diff options
| author | Paul Buetow <paul@buetow.org> | 2011-10-15 22:09:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-10-15 22:09:28 +0200 |
| commit | 985413d54772605485c52d93518e02ab7615c542 (patch) | |
| tree | 4d3108bd7f3212a805a2e47ca19dbd049f68b1d6 /Makefile | |
| parent | 5fbbc84cbfb4831a9b08969b982b44a09d845ab0 (diff) | |
removed compile errors
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
