From 96259e82f6317994a7a0e4a25d1f70961b9065c1 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Thu, 16 Apr 2009 12:07:40 +0000 Subject: move inclusion of Makefile.local to the end to avoid surprising results --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bc1005..8924d34 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,5 @@ NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) -include $(wildcard Makefile.local) - all: prebuild # @export PATH=/usr/local/bin:$(PATH) ${NANT} @@ -27,3 +25,5 @@ test-xml: prebuild tags: find OpenSim -name \*\.cs | xargs etags +include $(wildcard Makefile.local) + -- cgit v1.1