including Makefile.local iff it exists
parent
465f1df592
commit
f90c203b7d
2
Makefile
2
Makefile
|
@ -1,5 +1,7 @@
|
||||||
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
|
NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
|
||||||
|
|
||||||
|
include $(wildcard Makefile.local)
|
||||||
|
|
||||||
all: prebuild
|
all: prebuild
|
||||||
# @export PATH=/usr/local/bin:$(PATH)
|
# @export PATH=/usr/local/bin:$(PATH)
|
||||||
${NANT}
|
${NANT}
|
||||||
|
|
Loading…
Reference in New Issue