Skip to content

Commit 57ca297

Browse files
committed
Initial folder structure commit
0 parents  commit 57ca297

5 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Built files
2+
bin/*.js

bin/_anchor.txt

Whitespace-only changes.

build.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<project name="gpu.js" default="source">
2+
<!-- **************************************************
3+
The following lists the target sets supported by ant
4+
5+
+ build
6+
+ clean
7+
+ compile / build / source
8+
+ src-beautify
9+
10+
************************************************** -->
11+
12+
<!-- convinent aliases -->
13+
<target name="source" depends="build">
14+
</target>
15+
16+
<!-- The build ant script -->
17+
<target name="build">
18+
</target>
19+
</project>

demo/_anchor.txt

Whitespace-only changes.

src/_anchor.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)