mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-25 01:50:45 +01:00
Fix init and clean targets
This commit is contained in:
parent
32829e5df6
commit
2789d50724
|
|
@ -6,6 +6,7 @@
|
|||
<mkdir dir="apidocs"/>
|
||||
<mkdir dir="classes"/>
|
||||
<mkdir dir="bin"/>
|
||||
<mkdir dir="build"/>
|
||||
</target>
|
||||
|
||||
<target name="compile" depends="init">
|
||||
|
|
@ -56,6 +57,7 @@
|
|||
<delete dir="classes"/>
|
||||
<delete dir="bin"/>
|
||||
<delete dir="apidocs"/>
|
||||
<delete dir="build"/>
|
||||
</target>
|
||||
|
||||
<target name="all" depends="init,jar" description="Build everything.">
|
||||
|
|
|
|||
Loading…
Reference in a new issue