JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
implement fragment parsing algorithm
[peach-html5-editor.git] / Makefile
1 all: parse-html.js test.js
2
3 %.js: %.coffee
4         coffee -c $<