X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=2e57917abc7a49878a65dacf2e4707077862ef40;hb=d94782242ab0addd8ba355c0eccab9c97418c320;hp=24c826c84f497ff5abebd95da6e68ac6d20ac2af;hpb=cc2911623e5e9a50e19ae8233a990c2e633c218e;p=peach-html5-editor.git diff --git a/Makefile b/Makefile index 24c826c..2e57917 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: parse-html.js +all: parse-html.js test.js -parse-html.js: parse-html.coffee +%.js: %.coffee coffee -c $<