Browse Source

including Makefile.local iff it exists

Dr Scofield 15 years ago
parent
commit
f90c203b7d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile

+ 2 - 0
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}