move inclusion of Makefile.local to the end to avoid surprising results
parent
8a7a0190e6
commit
96259e82f6
4
Makefile
4
Makefile
|
@ -1,7 +1,5 @@
|
||||||
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
|
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
|
||||||
|
|
||||||
include $(wildcard Makefile.local)
|
|
||||||
|
|
||||||
all: prebuild
|
all: prebuild
|
||||||
# @export PATH=/usr/local/bin:$(PATH)
|
# @export PATH=/usr/local/bin:$(PATH)
|
||||||
${NANT}
|
${NANT}
|
||||||
|
@ -27,3 +25,5 @@ test-xml: prebuild
|
||||||
tags:
|
tags:
|
||||||
find OpenSim -name \*\.cs | xargs etags
|
find OpenSim -name \*\.cs | xargs etags
|
||||||
|
|
||||||
|
include $(wildcard Makefile.local)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue