From 4c76d3d40bbfea365283c13256b3e7cf2d2deb5e Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 21 Apr 2010 20:57:22 +0200 Subject: Fixed several stuff. --- Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc49b08..abd30ba 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,14 @@ 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 {} + + - find ./ -name \*.o -exec rm {} \; + - find ./ -name \*.hi -exec rm {} \; -- cgit v1.2.3