X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=c78d9b419cc5ee2575e6a52d39b820be36a71067;hb=447762cf08b157e951670256bd0d5b6fcf2e3cd1;hp=3c4cdd22a007d0c4bf1d47fd11c9945eace0ffca;hpb=2c684978b6657acd19ac5a1a6016ed5761a260d2;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 3c4cdd2..c78d9b4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,7 @@ -OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js editor.js editor_tests.js page_dark.css +OBJECTS= page_dark.css all: $(OBJECTS) -%.js: %.coffee - coffee -c $< && sed -i -e 's/\(parser\|parser_no_browser_helper\)[.]coffee/\1.js/g' $@ - %.css: %.styl stylus $<