From 429c6c5657e207d55d99d49e82142a23755d9911 Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 21 Mar 2010 10:32:11 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@40 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3