create a "make release" target which does the release instead of

debug build.  Just a convenience for people on the Linux side of the
house
0.6.3-post-fixes
Sean Dague 2009-02-07 03:18:58 +00:00
parent a6b21a3b83
commit faa9873dc6
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@ all: prebuild
${NANT}
find OpenSim -name \*.mdb -exec cp {} bin \;
release: prebuild
${NANT} -D:project.config=Release
find OpenSim -name \*.mdb -exec cp {} bin \;
prebuild:
./runprebuild.sh