move inclusion of Makefile.local to the end to avoid surprising results

This commit is contained in:
Dr Scofield
2009-04-16 12:07:40 +00:00
parent 8a7a0190e6
commit 96259e82f6

View File

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