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
This commit is contained in:
Sean Dague
2009-02-07 03:18:58 +00:00
parent a6b21a3b83
commit faa9873dc6

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