4 lines
36 B
Makefile
4 lines
36 B
Makefile
|
all:
|
||
|
go get -v -t -u .
|
||
|
go install
|