including Makefile.local iff it exists

This commit is contained in:
Dr Scofield
2009-04-06 16:28:04 +00:00
parent 465f1df592
commit f90c203b7d

View File

@@ -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}