added makefile and build script

This commit is contained in:
alisdair sullivan 2010-06-07 17:21:04 -07:00
parent 50b0d03083
commit a6990152b3
3 changed files with 68 additions and 0 deletions

13
makefile Normal file
View file

@ -0,0 +1,13 @@
compile:
./priv/jsx compile
test: force
./priv/jsx test
examples: force
./priv/jsx examples
clean:
./priv/jsx clean
force: