X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=257fda2be229bed09285672b562aacca95029fee;hb=fb81209e78ff39a5469ee9217b35d4edf94a21d5;hp=9bbe26a3b2ee28d80ae5876e5770d89fc3268966;hpb=4cff8737a670f1aeb0236d18d41bceeab4407db5;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 9bbe26a..257fda2 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 editor.js editor_tests.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)