make default rule 'all' again

0.6.0-stable
Sean Dague 2008-09-10 21:36:01 +00:00
parent dd305d2d53
commit a8f18bda13
1 changed files with 3 additions and 3 deletions

View File

@ -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