JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
don't print parse errors by default
[peach-html5-editor.git] / Makefile
1 OBJECTS= parse-html.js test.js html5-named-entities.js
2 all: $(OBJECTS)
3
4 %.js: %.coffee
5         coffee -c $< && sed -i -e 's/\(parse-html\|html5-named-entities\)[.]coffee/\1.js/g' $@
6
7 clean:
8         rm -f $(OBJECTS)