diff options
| author | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2009-11-28 19:57:09 +0000 |
|---|---|---|
| committer | pb <pb@9f8f72e9-4bf4-416e-b76e-7d4203597157> | 2009-11-28 19:57:09 +0000 |
| commit | 6ca6b3ae67c2e345be8d672ccc542b4edff99e3d (patch) | |
| tree | 54e24b69d169d28847ca346080999207fe170dfa /Makefile | |
| parent | da2e56b2915019b055ef86d7acc158bba09bdc43 (diff) | |
git-svn-id: https://ssl.buetow.org/repos/hsbot/trunk@4 9f8f72e9-4bf4-416e-b76e-7d4203597157
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,9 @@ all: ghc HsBot.hs -o hsbot - test: all ./hsbot +foo: + ghc Foo.hs -o foo +test: foo + ./foo |
