From c1662ba7b982a8502dc9f32031b7cb518df7f60e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 16 May 2010 00:01:00 +0200 Subject: Rewrote nearly everything! * Rewrote the whole architecture to achieve extreme modularity * Added the ability to build a multiprotocol bot * Added cabal integration * Added configuration handling the XMonad style * Added configuration in ~/.hsbot * Refactored many many named and functions * Refactored data structures * Cleaned a big bunch of stuff --- Makefile | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile deleted file mode 100644 index abd30ba..0000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -all: - ghc --make -Wall -O2 Main.hs -o hsbot -XScopedTypeVariables - -listen: - nc -l 127.0.0.1 6667 - -run: - runghc -XScopedTypeVariables Main - -clean: - - rm hsbot - - find ./ -name \*.o -exec rm {} \; - - find ./ -name \*.hi -exec rm {} \; - -- cgit v1.2.3