Commit Manual

This commit is contained in:
neo.webmaster.2@gmail.com 2026-03-04 09:28:37 +01:00
parent 2db9f4e3f5
commit 4818d30164

View File

@ -6,7 +6,7 @@ SUBDIRS = src
TOP_DIR = $(shell pwd)
DIST_DIR = $(TOP_DIR)/dist
BUILD_DIR = $(TOP_DIR)/build
GIT_VER = $(shell git describe --tags --always --dirty=-dev 2>/dev/null || echo "0.1-dev")
GIT_VER = $(shell git describe --tags --always --dirty 2>/dev/null || echo "0.1-dev")
SRC_TAR = $(DIST_DIR)/myhomelab-$(GIT_VER)-src.tar.gz
# ===========================