g2g/Makefile

8 lines
81 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-07-07 12:00:08 +02:00
go build -ldflags="-s -w"
2019-01-27 23:54:07 +01:00
release: