X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=24c826c84f497ff5abebd95da6e68ac6d20ac2af;hb=cc2911623e5e9a50e19ae8233a990c2e633c218e;hp=0000000000000000000000000000000000000000;hpb=1d962181e62d43be0f942f86453dbfd599fbff53;p=peach-html5-editor.git diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..24c826c --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +all: parse-html.js + +parse-html.js: parse-html.coffee + coffee -c $<