Adjusted makefile to make the main method near-last

This commit is contained in:
John Jones 2017-02-13 09:07:40 -05:00
parent ea5f04e27a
commit 2307309fa2

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: