started on render
[ekitaihs.git] / makefile
diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..9960bb7
--- /dev/null
+++ b/makefile
@@ -0,0 +1,15 @@
+
+HC=ghc
+DHC=ghci
+HFLAGS=-dynamic -threaded
+
+.PHONY: ekitai clean test
+
+ekitai: Ekitai.hs
+       $(HC) $(HFLAGS) --make $<
+
+test: Ekitai.hs
+       $(DHC) $<
+
+clean:
+       rm Ekitai *.o *.hi