nezabx/Makefile

7 lines
154 B
Makefile
Raw Normal View History

2022-05-28 17:48:56 +00:00
VERSION ?= $(shell git describe --tags --always 2>/dev/null)
build:
go build -ldflags "-X main.Version=$(VERSION)" -o ./bin/nezabx
clean:
rm -rf ./bin