JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
annotations work on dark background
[peach-html5-editor.git] / Makefile
1 OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js editor.js editor_tests.js
2 all: $(OBJECTS)
3
4 %.js: %.coffee
5         coffee -c $< && sed -i -e 's/\(parser\|parser_no_browser_helper\)[.]coffee/\1.js/g' $@
6
7 clean:
8         rm -f $(OBJECTS)