aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index c6904a2e..fc5fa65f 100644
--- a/build.xml
+++ b/build.xml
@@ -90,7 +90,7 @@
</java>
</target>
- <target name="compile_clojure" depends="init,check_hasclojure"
+ <target name="compile_clojure" depends="init,check_hasclojure,compile_classes"
description="Compile Clojure sources."
if="hasclojure">
<java classname="clojure.lang.Compile">