diff options
Diffstat (limited to 'lib/Evolving/Makefile')
| -rw-r--r-- | lib/Evolving/Makefile | 5 |
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 $< >$@ |
