diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,5 @@ | |||
1 | NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) | 1 | NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) |
2 | 2 | ||
3 | include $(wildcard Makefile.local) | ||
4 | |||
5 | all: prebuild | 3 | all: prebuild |
6 | # @export PATH=/usr/local/bin:$(PATH) | 4 | # @export PATH=/usr/local/bin:$(PATH) |
7 | ${NANT} | 5 | ${NANT} |
@@ -27,3 +25,5 @@ test-xml: prebuild | |||
27 | tags: | 25 | tags: |
28 | find OpenSim -name \*\.cs | xargs etags | 26 | find OpenSim -name \*\.cs | xargs etags |
29 | 27 | ||
28 | include $(wildcard Makefile.local) | ||
29 | |||