updated Makefile

This commit is contained in:
Paul 2019-11-07 11:17:57 +01:00
parent 2f51c909ab
commit e67b1b29f2

View File

@ -1,7 +1,7 @@
VERSION := $(shell cat ./VERSION)
build:
go build -ldflags="-s -w"
go build -ldflags="-s -w" -mod=vendor
release: