X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=Makefile;h=c78d9b419cc5ee2575e6a52d39b820be36a71067;hp=ec22ed027a15cecaf0b87cef7686d78da2650aa1;hb=447762cf08b157e951670256bd0d5b6fcf2e3cd1;hpb=a9b7b42e17754f9129f03be71c1509325401dc3c diff --git a/Makefile b/Makefile index ec22ed0..c78d9b4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,7 @@ -OBJECTS= 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 $<