summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e5a5b48..877f109 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,4 @@ all:
ghc HsBot.hs -o hsbot
test: all
./hsbot
-foo:
- ghc Foo.hs -o foo
-test: foo
- ./foo