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