summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-23 21:35:37 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2009-11-23 21:35:37 +0000
commit4446a955b0a94020fd2f20418d07cf9b2e30f7fc (patch)
tree276e530e26d5815583615696c60d25e652dd3c1d /Makefile
parent9e4882a1c017a88a7b79149206f8a0ea83bcb0e1 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@2 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f84a83e..5cf710f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
all:
- ghc Main.hs -o karmabot
+ ghc HsBot.hs -o hsbot
test: all
- ./karmabot
+ ./hsbot