tt/Makefile
2020-12-22 15:39:10 -05:00

5 lines
76 B
Makefile

all:
go build -o bin/tt *.go
install:
install -m755 bin/tt /usr/local/bin