JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
mock up html parser, parse text and entities
[peach-html5-editor.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..24c826c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: parse-html.js
+
+parse-html.js: parse-html.coffee
+       coffee -c $<