diff --git a/Makefile b/Makefile index 6049b8f635..1bc10055f3 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ 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}