Dont ask for permission to auto-install dependencies
[tt.git] / Makefile
1 .PHONY: install
2 install:
3 raco pkg install --deps search-auto
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.063983 seconds and 5 git commands to generate.