From 985413d54772605485c52d93518e02ab7615c542 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 15 Oct 2011 22:09:28 +0200 Subject: removed compile errors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e5341d..5f80669 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: ghc --make Main.hs -o hsbot clean: - rm hsbot find . -name \*.o | xargs rm find . -name \*.hi | xargs rm + rm hsbot -- cgit v1.2.3