diff options
author | Dr Scofield | 2009-04-06 16:28:04 +0000 |
---|---|---|
committer | Dr Scofield | 2009-04-06 16:28:04 +0000 |
commit | f90c203b7d49b38964cabf18b1efc0ab18ae4b3c (patch) | |
tree | c07742cf3fa2f293e5e820e1fe4b78694253561b /Makefile | |
parent | Add copyright headers, formatting cleanup. (diff) | |
download | opensim-SC_OLD-f90c203b7d49b38964cabf18b1efc0ab18ae4b3c.zip opensim-SC_OLD-f90c203b7d49b38964cabf18b1efc0ab18ae4b3c.tar.gz opensim-SC_OLD-f90c203b7d49b38964cabf18b1efc0ab18ae4b3c.tar.bz2 opensim-SC_OLD-f90c203b7d49b38964cabf18b1efc0ab18ae4b3c.tar.xz |
including Makefile.local iff it exists
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) | 1 | NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) |
2 | 2 | ||
3 | include $(wildcard Makefile.local) | ||
4 | |||
3 | all: prebuild | 5 | all: prebuild |
4 | # @export PATH=/usr/local/bin:$(PATH) | 6 | # @export PATH=/usr/local/bin:$(PATH) |
5 | ${NANT} | 7 | ${NANT} |