jsx/makefile

16 lines
186 B
Makefile
Raw Normal View History

2010-06-07 17:21:04 -07:00
compile:
./priv/jsx compile
test: compile
2010-06-07 17:21:04 -07:00
./priv/jsx test
examples: force
./priv/jsx examples
clean:
./priv/jsx clean
install: clean compile
./priv/jsx install
2010-06-07 17:21:04 -07:00
force: