summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2d1ba1c..f33f185 100644
--- a/build.xml
+++ b/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<project name="vecmath" basedir="." default="jar">
+<project name="vecmath" basedir="." default="all">
<property name="src.dir" location="src"/>
<property name="build.dir" location="build"/>
@@ -79,4 +79,5 @@
</javadoc>
</target>
+ <target name="all" depends="jar,docs" />
</project>