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