summaryrefslogtreecommitdiff
path: root/makefile
blob: 9475db847998c832c4f740d4e083b6e1aae36c73 (plain)
1
2
3
4
5
6
7
8
9
10
11


all: stv



stv:
	ghc -O2 --make src/main.hs -isrc:build -odir build -outputdir build \
		-hidir build -stubdir build -dumpdir build -o bin/stv