Adjusted makefile to make the main method near-last

yamux
John Jones 2017-02-13 09:07:40 -05:00
parent ea5f04e27a
commit 2307309fa2
1 changed files with 1 additions and 1 deletions

View File

@ -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: