c2d3dd15c4774124e1cca84f4f52eed775f73149
[tt.git] / Makefile
1 .PHONY: install
2 install:
3 raco pkg install
4
5 .PHONY: test
6 test:
7 raco test ./tt.rkt
8
9 .PHONY: remove
10 remove:
11 raco pkg remove tt
12
13 .PHONY: clean
14 clean:
15 rm -rf compiled
This page took 0.056858 seconds and 3 git commands to generate.