From f90c203b7d49b38964cabf18b1efc0ab18ae4b3c Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Mon, 6 Apr 2009 16:28:04 +0000 Subject: including Makefile.local iff it exists --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6049b8f..1bc1005 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} -- cgit v1.1