summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-21 10:32:11 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-21 10:32:11 +0000
commit429c6c5657e207d55d99d49e82142a23755d9911 (patch)
treeb45fbbd0f60af27b430307b8a6b42db03bf14c14
parent1618ba8a133222efbf874734dcd90bdb93107207 (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@40 9f8f72e9-4bf4-416e-b76e-7d4203597157
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0e18cf6..2a720ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- ghc Main.hs -o hsbot
-test: all
- ./hsbot
+ ghc --make Main.hs -o hsbot
+clean:
+ rm *.o *.hi hsbot