Add description and instructions
[tt.git] / Makefile
CommitLineData
24c6a76b
SK
1.PHONY: install
2install:
3 raco pkg install
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.026134 seconds and 4 git commands to generate.