Add build target
authorTomas Wenström <tomas.wenstrom@gmail.com>
Thu, 28 Nov 2019 21:42:57 +0000 (22:42 +0100)
committerTomas Wenström <tomas.wenstrom@gmail.com>
Thu, 28 Nov 2019 21:42:57 +0000 (22:42 +0100)
build.xml

index 4ec16b0..67547df 100644 (file)
--- a/build.xml
+++ b/build.xml
   <target name="build.modules" depends="init, clean, compile.module.cakelight, jar" description="build all modules"/>
   
   <target name="all" depends="build.modules" description="build all"/>
+
+  <target name="build" depends="compile.module.cakelight" description="build cakelight"/>
 </project>
\ No newline at end of file