JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
initial spike
[crayon_mockup.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cc4e070
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,9 @@
+objects= auto.js
+
+all: $(objects)
+
+clean:
+       rm -f $(objects)
+
+%.js: %.coffee
+       coffee -c $<