X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=c78d9b419cc5ee2575e6a52d39b820be36a71067;hb=447762cf08b157e951670256bd0d5b6fcf2e3cd1;hp=2e57917abc7a49878a65dacf2e4707077862ef40;hpb=7f7d1a5bb2b882566b4c8f398d4bf02d6fcf0c6d;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 2e57917..c78d9b4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,9 @@ -all: parse-html.js test.js +OBJECTS= page_dark.css -%.js: %.coffee - coffee -c $< +all: $(OBJECTS) + +%.css: %.styl + stylus $< + +clean: + rm -f $(OBJECTS)