Initial commit

This commit is contained in:
Alex Vanin 2022-05-28 20:48:56 +03:00
commit 4d7c983600
13 changed files with 723 additions and 0 deletions

7
Makefile Normal file
View file

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