1 2 3 4 5 6 7 8 9
all: ghc HsBot.hs -o hsbot test: all ./hsbot foo: ghc Foo.hs -o foo test: foo ./foo