- Add the notes Samir emailed me on 2008-07-06.
[match/match.git] / program / Makefile
diff --git a/program/Makefile b/program/Makefile
new file mode 100644 (file)
index 0000000..a86037f
--- /dev/null
@@ -0,0 +1,5 @@
+# Let's keep it simple for now.
+all:
+       ghc --make -c *.hs
+clean:
+       rm -f *.hi *.o