Skip to content
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.

Commit

Permalink
re-sort pkgs in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Dec 9, 2016
1 parent 0cdb4a1 commit 896472f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ dependencies:
# pkgs changes which packages the makefile calls operate on. run changes which
# tests are run during testing.
run = Test
pkgs = ./api ./build ./compatibility ./crypto ./encoding ./modules ./modules/consensus \
./modules/explorer ./modules/gateway ./modules/host ./modules/host/storagemanager \
./modules/renter ./modules/renter/contractor ./modules/renter/hostdb ./modules/renter/hostdb/hosttree ./modules/renter/proto \
./modules/miner ./modules/wallet ./modules/transactionpool ./persist ./siac ./siad ./sync ./types
pkgs = ./api ./build ./compatibility ./crypto ./encoding ./modules \
./modules/consensus ./modules/explorer ./modules/gateway ./modules/host \
./modules/host/storagemanager ./modules/renter ./modules/renter/contractor \
./modules/renter/hostdb ./modules/renter/hostdb/hosttree ./modules/renter/proto \
./modules/miner ./modules/wallet ./modules/transactionpool ./persist ./siac \
./siad ./sync ./types

# fmt calls go fmt on all packages.
fmt:
Expand Down

0 comments on commit 896472f

Please sign in to comment.