Browse Source

make default rule 'all' again

Sean Dague 15 years ago
parent
commit
a8f18bda13
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Makefile

+ 3 - 3
Makefile

@@ -1,13 +1,13 @@
 NANT	= $(shell if test "$$EMACS" = "t" ; then echo "nant"; else echo "./nant-color"; fi)
 
-prebuild:
-	./runprebuild.sh
-
 all: prebuild
 	# @export PATH=/usr/local/bin:$(PATH)
 	${NANT}
 	find OpenSim -name \*.mdb -exec cp {} bin \; 
 
+prebuild:
+	./runprebuild.sh
+
 clean:
 	# @export PATH=/usr/local/bin:$(PATH)
 	${NANT} clean