summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-rw-r--r--make/build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/build.xml b/make/build.xml
index 425e993..9dae78e 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -656,7 +656,9 @@
<target name="base.compile" depends="init, gluegen.build, tag.build" />
- <target name="all" depends="base.compile, junit.compile, developer-zip-archive" />
+ <target name="all" description="Release build" depends="init, base.compile, junit.compile, developer-zip-archive" />
+
+ <target name="all.debug" description="Debug build" depends="init.debug, base.compile, junit.compile, developer-zip-archive" />
<target name="all.ide" description="Debug IDE build including all junit tests, but don't tag the build or create archives" depends="init.debug, base.compile, junit.compile" />