summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2016-05-27 00:12:38 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2016-05-27 00:12:38 +0300
commit60ff01b550a47c0de3b3950ed683d7d774a56b8e (patch)
treea448d5c0a5f579471cc7fba9f556ebda76208e27 /Makefile
Initial projectHEADmaster
freack_gen now generates a single green color
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..fe71899
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: freack_gen
+
+freack_gen: freack_gen.hs
+ ghc --make $< -o $@