Initial commit.

This commit is contained in:
2014-09-28 23:41:10 -04:00
commit a004f36043
17 changed files with 33796 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
src := src/
package := dist/package.nw
pack:
@rm -f $(package)
@zip -r $(package) $(src)