From bfc06f1ff188c9d7faa817034363a27e34eae15a Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 8 Feb 2010 00:11:46 +0100 Subject: Fixed the clean killing of plugin's threads, fixed exception management and cleaned plugins' main functions. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d778930..bc49b08 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - ghc --make -Wall -O2 Main.hs -o hsbot + ghc --make -Wall -O2 Main.hs -o hsbot -XScopedTypeVariables clean: - rm hsbot -- cgit v1.2.3