nezabx/Makefile
2022-05-28 23:03:26 +03:00

7 lines
No EOL
154 B
Makefile

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