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