Implement optional cache read
[tt.git] / Makefile
CommitLineData
24c6a76b
SK
1.PHONY: install
2install:
180c1196 3 raco pkg install --deps search-auto
24c6a76b 4
78398948
SK
5.PHONY: test
6test:
7 raco test ./tt.rkt
8
24c6a76b
SK
9.PHONY: remove
10remove:
11 raco pkg remove tt
12
13.PHONY: clean
14clean:
15 rm -rf compiled
This page took 0.027809 seconds and 4 git commands to generate.