diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
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 | |||
3 | all: prebuild | 5 | all: prebuild |
4 | # @export PATH=/usr/local/bin:$(PATH) | 6 | # @export PATH=/usr/local/bin:$(PATH) |
5 | ${NANT} | 7 | ${NANT} |