gpu.js/build.xml
2016-01-23 15:43:35 +08:00

20 lines
433 B
XML
Executable File

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