From 4446a955b0a94020fd2f20418d07cf9b2e30f7fc Mon Sep 17 00:00:00 2001 From: pb Date: Mon, 23 Nov 2009 21:35:37 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@2 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3