mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-05 14:04:35 +00:00
15 lines
385 B
XML
15 lines
385 B
XML
<?xml version="1.0"?>
|
|
|
|
<project name="tools" default="build">
|
|
|
|
<target name="clean">
|
|
<echo>Cleaning tools.</echo>
|
|
<ant dir="./tools/" target="clean" useNativeBasedir="true" inheritAll="false"/>
|
|
</target>
|
|
|
|
<target name="build">
|
|
<echo>Building tools.</echo>
|
|
<ant dir="./tools/" target="build" useNativeBasedir="true" inheritAll="false"/>
|
|
</target>
|
|
|
|
</project> |