summaryrefslogtreecommitdiff
path: root/Makefile
blob: bc49b088ffd40f25f07333b31151c5f8818c2051 (plain)
1
2
3
4
5
6
7
8
all:
	ghc --make -Wall -O2 Main.hs -o hsbot -XScopedTypeVariables

clean:
	- rm hsbot
	- find ./ -name \*.o -exec rm {} +
	- find ./ -name \*.hi -exec rm {} +