6 lines
58 B
Makefile
6 lines
58 B
Makefile
|
.PHONY: build
|
||
|
all: build
|
||
|
|
||
|
build:
|
||
|
GO111MODULE=on go build
|