cic-dw/Makefile

5 lines
106 B
Makefile

BIN := cic-dw
.PHONY: build
build:
CGO_ENABLED=1 GOOS=linux go build -o ${BIN} -ldflags="-s -w" cmd/*.go