JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
run in the browser without installing coffeescript
[peach-html5-editor.git] / Makefile
index 2e57917..9bbe26a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
-all: parse-html.js test.js
+OBJECTS= parse-html.js test.js
+all: $(OBJECTS)
 
 %.js: %.coffee
        coffee -c $<
+
+clean:
+       rm -f $(OBJECTS)