aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 895f50b5a05b1dfce3c9e9094372d8a056e0b6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all clean remake

all: rip

clean:
	rm -f rip *.hi *.o

remake: clean all

rip: rip.hs
	ghc -O3 rip.hs