X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=f2fef492ab056835e3ec154286fa7b43d1cddc66;hb=dc0f845531025a04b5e3a541d1ba8c98fc96b1b4;hp=9bbe26a3b2ee28d80ae5876e5770d89fc3268966;hpb=4cff8737a670f1aeb0236d18d41bceeab4407db5;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 9bbe26a..f2fef49 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -OBJECTS= parse-html.js test.js +OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js all: $(OBJECTS) %.js: %.coffee - coffee -c $< + coffee -c $< && sed -i -e 's/\(parser\|parser_no_browser_helper\)[.]coffee/\1.js/g' $@ clean: rm -f $(OBJECTS)