X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=c78d9b419cc5ee2575e6a52d39b820be36a71067;hb=447762cf08b157e951670256bd0d5b6fcf2e3cd1;hp=5ae1b2b56acf03b71664ac9132dc30840e889881;hpb=68bf5e08a951f954f9e22836560f5b9b77ef8d02;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 5ae1b2b..c78d9b4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -OBJECTS= parse-html.js test.js html5-named-entities.js +OBJECTS= page_dark.css + all: $(OBJECTS) -%.js: %.coffee - coffee -c $< && sed -i -e 's/\(parse-html\|html5-named-entities\)[.]coffee/\1.js/g' $@ +%.css: %.styl + stylus $< clean: rm -f $(OBJECTS)