JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
9bbe26a3b2ee28d80ae5876e5770d89fc3268966
[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)