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