summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <pb@mars.(none)>2011-10-15 22:08:35 +0200
committerPaul Buetow <pb@mars.(none)>2011-10-15 22:08:35 +0200
commitdd60905328d0ba2caca7d16526c03730a7c2730e (patch)
tree4d3108bd7f3212a805a2e47ca19dbd049f68b1d6 /Makefile
parent5fbbc84cbfb4831a9b08969b982b44a09d845ab0 (diff)
removed compile errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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