gpu.js/build.xml
2016-01-23 15:51:46 +08:00

19 lines
428 B
XML
Executable File

<project name="gpu.js" default="source">
<!-- **************************************************
The following lists the target sets supported by ant
+ build
************************************************** -->
<!-- convinent aliases -->
<target name="source" depends="build">
</target>
<target name="src" depends="build">
</target>
<!-- The build ant script -->
<target name="build">
</target>
</project>