summaryrefslogtreecommitdiff
path: root/lib/Evolving/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Evolving/Makefile')
-rw-r--r--lib/Evolving/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Evolving/Makefile b/lib/Evolving/Makefile
new file mode 100644
index 0000000..004df7d
--- /dev/null
+++ b/lib/Evolving/Makefile
@@ -0,0 +1,5 @@
+%.js: %.coffee
+ coffee -bc "$<"
+
+test/%.out: test/%.coffee evolving.js
+ coffee $< >$@