]> git.dolda2000.com Git - kaka/cakelight.git/commitdiff
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 4ec16b04df9121847a91ab169267789cf8f77a85..67547df41b25443abdafa44fd9818fd129dc1f02 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