move inclusion of Makefile.local to the end to avoid surprising results
This commit is contained in:
4
Makefile
4
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user