summaryrefslogtreecommitdiff
path: root/Makefile
blob: e5a5b48ce56644e47d46d381e5507b8f8e814858 (plain)
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