From 2307309fa207c288184d261ca477d90ee40a7258 Mon Sep 17 00:00:00 2001 From: John Jones Date: Mon, 13 Feb 2017 09:07:40 -0500 Subject: [PATCH] Adjusted makefile to make the main method near-last --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b73a6c9..9755d25 100644 --- a/Makefile +++ b/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: