mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
20 lines
433 B
XML
Executable File
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>
|