Update documentation and build configuration

This commit is contained in:
2022-01-13 23:15:00 +01:00
parent 3931b61dd1
commit c267b47e59
7 changed files with 37 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
GITCOMMIT=$(shell git rev-parse --short HEAD 2>/dev/null)
DATE=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
VERSION=$(shell git branch --show-current)
VERSION=$(shell git describe --tags)
DIST=dist
LINUX_PATH=$(DIST)/linux
DARWIN_PATH=$(DIST)/darwin