summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:00:50 +0000
committerpb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157>2010-03-28 11:00:50 +0000
commit6f5773590d2a1453aba3c47bcca286c4ffeb93bd (patch)
treebe510250bd3afee9167d1ec6dc4f63808b172cae /Makefile
parent08e80e41af814eb3d6bc21c72e0830f0fc1e8c6c (diff)
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@48 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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