g2g/Makefile

8 lines
93 B
Makefile
Raw Normal View History

2019-01-27 23:54:07 +01:00
VERSION := $(shell cat ./VERSION)
2019-01-27 23:52:13 +01:00
build:
2019-11-07 11:17:57 +01:00
go build -ldflags="-s -w" -mod=vendor
2019-01-27 23:54:07 +01:00
release: