5 lines
76 B
Makefile
5 lines
76 B
Makefile
all:
|
|
go build -o bin/tt *.go
|
|
install:
|
|
install -m755 bin/tt /usr/local/bin
|