X-Git-Url: https://jasonwoof.com/gitweb/?p=peach-html5-editor.git;a=blobdiff_plain;f=Makefile;h=3c4cdd22a007d0c4bf1d47fd11c9945eace0ffca;hp=257fda2be229bed09285672b562aacca95029fee;hb=2c684978b6657acd19ac5a1a6016ed5761a260d2;hpb=fb81209e78ff39a5469ee9217b35d4edf94a21d5 diff --git a/Makefile b/Makefile index 257fda2..3c4cdd2 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,12 @@ -OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js editor.js editor_tests.js +OBJECTS= parser.js parser_tests.js parser_no_browser_helper.js editor.js editor_tests.js 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 $< + clean: rm -f $(OBJECTS)