including Makefile.local iff it exists

0.6.5-rc1
Dr Scofield 2009-04-06 16:28:04 +00:00
parent 465f1df592
commit f90c203b7d
1 changed files with 2 additions and 0 deletions

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}