5 lines
56 B
Makefile
5 lines
56 B
Makefile
all:
|
|
go build -v
|
|
|
|
clean:
|
|
go clean -i -cache -testcache
|