added makefile and build script
This commit is contained in:
parent
50b0d03083
commit
a6990152b3
3 changed files with 68 additions and 0 deletions
13
makefile
Normal file
13
makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
compile:
|
||||
./priv/jsx compile
|
||||
|
||||
test: force
|
||||
./priv/jsx test
|
||||
|
||||
examples: force
|
||||
./priv/jsx examples
|
||||
|
||||
clean:
|
||||
./priv/jsx clean
|
||||
|
||||
force:
|
Loading…
Add table
Add a link
Reference in a new issue