g2g/Makefile
2019-11-07 11:17:57 +01:00

8 lines
93 B
Makefile

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