mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-09 18:29:56 +01:00
build.xml: target 'jars' shouldn't depend on target 'clean'
This commit is contained in:
parent
fe915b8d1c
commit
1d3a2ccf26
|
|
@ -231,7 +231,7 @@
|
|||
</target>
|
||||
|
||||
<!-- Create ONLY the jar archives -->
|
||||
<target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="clean, -initialize, compile, -createjars">
|
||||
<target name="jars" description="Creates the Java archives ONLY and places them in libs/" depends="-initialize, compile, -createjars">
|
||||
<move todir="libs/">
|
||||
<fileset dir="${lwjgl.temp}/jar">
|
||||
<include name="*.jar"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue