JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
cleanup file/function names
[peach-html5-editor.git] / Makefile
index 5ae1b2b..f2fef49 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-OBJECTS= parse-html.js test.js html5-named-entities.js
+OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js
 all: $(OBJECTS)
 
 %.js: %.coffee
-       coffee -c $< && sed -i -e 's/\(parse-html\|html5-named-entities\)[.]coffee/\1.js/g' $@
+       coffee -c $< && sed -i -e 's/\(parser\|parser_no_browser_helper\)[.]coffee/\1.js/g' $@
 
 clean:
        rm -f $(OBJECTS)