From 6f5773590d2a1453aba3c47bcca286c4ffeb93bd Mon Sep 17 00:00:00 2001 From: pb Date: Sun, 28 Mar 2010 11:00:50 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@48 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2a720ce..7e5341d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ all: ghc --make Main.hs -o hsbot clean: - rm *.o *.hi hsbot + rm hsbot + find . -name \*.o | xargs rm + find . -name \*.hi | xargs rm -- cgit v1.2.3