mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-14 18:02:43 +01:00
10 lines
285 B
XML
10 lines
285 B
XML
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||
|
|
<project default="build_binbook" name="Build assets/eco.dat">
|
||
|
|
<target name="build_binbook">
|
||
|
|
<java classpath="bin"
|
||
|
|
classname="chess.Book"
|
||
|
|
fork="yes">
|
||
|
|
</java>
|
||
|
|
</target>
|
||
|
|
</project>
|