8 lines
93 B
Makefile
8 lines
93 B
Makefile
VERSION := $(shell cat ./VERSION)
|
|
|
|
build:
|
|
go build -ldflags="-s -w" -mod=vendor
|
|
|
|
release:
|
|
|