Re-format as a package
[tt.git] / Makefile
1 .PHONY: install
2 install:
3 raco pkg install
4
5 .PHONY: remove
6 remove:
7 raco pkg remove tt
8
9 .PHONY: clean
10 clean:
11 rm -rf compiled
This page took 0.061476 seconds and 5 git commands to generate.