JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run in the browser without installing coffeescript
[peach-html5-editor.git] / Makefile
1 OBJECTS= parse-html.js test.js
2 all: $(OBJECTS)
3
4 %.js: %.coffee
5         coffee -c $<
6
7 clean:
8         rm -f $(OBJECTS)