aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 106e866..a9c2a86 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
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
3prebuild:
4 ./runprebuild.sh
5
6all: prebuild 3all: prebuild
7 # @export PATH=/usr/local/bin:$(PATH) 4 # @export PATH=/usr/local/bin:$(PATH)
8 ${NANT} 5 ${NANT}
9 find OpenSim -name \*.mdb -exec cp {} bin \; 6 find OpenSim -name \*.mdb -exec cp {} bin \;
10 7
8prebuild:
9 ./runprebuild.sh
10
11clean: 11clean:
12 # @export PATH=/usr/local/bin:$(PATH) 12 # @export PATH=/usr/local/bin:$(PATH)
13 ${NANT} clean 13 ${NANT} clean