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

0.6.5-rc1
Dr Scofield 2009-04-16 12:07:40 +00:00
parent 8a7a0190e6
commit 96259e82f6
1 changed files with 2 additions and 2 deletions

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)