mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-07 09:19:57 +01:00
The all target had been added giving two all targets, two all targets = build failure :)
This commit is contained in:
parent
9c58992810
commit
87b9654ed6
|
|
@ -58,10 +58,6 @@
|
|||
<copy file="dist/jinput.jar" todir="../plugins/DX8/lib" />
|
||||
</target>
|
||||
|
||||
<target name="all" depends="init,jar" description="Build everything.">
|
||||
<echo message="Build complete. JInput distribution located in /dist"/>
|
||||
</target>
|
||||
|
||||
<target name="texttest" depends="init,all" description="Try running it.">
|
||||
<java classname="net.java.games.input.test.ControllerTextTest"
|
||||
fork="true" failonerror="true" dir="src/tests">
|
||||
|
|
|
|||
Loading…
Reference in a new issue