diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-21 10:32:11 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2010-03-21 10:32:11 +0000 |
| commit | 429c6c5657e207d55d99d49e82142a23755d9911 (patch) | |
| tree | b45fbbd0f60af27b430307b8a6b42db03bf14c14 | |
| parent | 1618ba8a133222efbf874734dcd90bdb93107207 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@40 9f8f72e9-4bf4-416e-b76e-7d4203597157
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ all: - ghc Main.hs -o hsbot -test: all - ./hsbot + ghc --make Main.hs -o hsbot +clean: + rm *.o *.hi hsbot |
