summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-22 09:26:32 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-22 09:26:32 +0000
commit9e4882a1c017a88a7b79149206f8a0ea83bcb0e1 (patch)
treea78a47d1e92c1ca688e15f954315123d919fde47 /Makefile
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@1 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f84a83e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+ ghc Main.hs -o karmabot
+
+test: all
+ ./karmabot
+