From 6ca6b3ae67c2e345be8d672ccc542b4edff99e3d Mon Sep 17 00:00:00 2001 From: pb Date: Sat, 28 Nov 2009 19:57:09 +0000 Subject: git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@4 9f8f72e9-4bf4-416e-b76e-7d4203597157 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cf710f..e5a5b48 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: ghc HsBot.hs -o hsbot - test: all ./hsbot +foo: + ghc Foo.hs -o foo +test: foo + ./foo -- cgit v1.2.3