Adjusted makefile to make the main method near-last
This commit is contained in:
parent
ea5f04e27a
commit
2307309fa2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -18,12 +18,12 @@ all:
|
|||
cd datastore; make all;
|
||||
cd thirdparty; make all;
|
||||
cd unixfs; make all;
|
||||
cd main; make all;
|
||||
cd routing; make all;
|
||||
cd dnslink; make all;
|
||||
cd namesys; make all;
|
||||
cd path; make all;
|
||||
cd util; make all;
|
||||
cd main; make all;
|
||||
cd test; make all;
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Reference in a new issue