summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6706a43cde73bc569f9335e58b2cbebe715866c9 (plain)
1
2
3
4
5
6
7
8
9
all:
	ghc --make Main.hs -o hsbot
ghci:
	ghci Main.hs 
clean:
	find . -name \*.o | xargs rm
	find . -name \*.hi | xargs rm
	rm hsbot