aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorDr Scofield2009-04-06 16:28:04 +0000
committerDr Scofield2009-04-06 16:28:04 +0000
commitf90c203b7d49b38964cabf18b1efc0ab18ae4b3c (patch)
treec07742cf3fa2f293e5e820e1fe4b78694253561b /Makefile
parentAdd copyright headers, formatting cleanup. (diff)
downloadopensim-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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6049b8f..1bc1005 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
1NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi) 1NANT = $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
2 2
3include $(wildcard Makefile.local)
4
3all: prebuild 5all: prebuild
4 # @export PATH=/usr/local/bin:$(PATH) 6 # @export PATH=/usr/local/bin:$(PATH)
5 ${NANT} 7 ${NANT}