6 lines
46 B
Makefile
6 lines
46 B
Makefile
|
all:
|
||
|
go install
|
||
|
|
||
|
prep:
|
||
|
go get ${witgoget} .
|