Commit Manual
This commit is contained in:
parent
2db9f4e3f5
commit
4818d30164
@ -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
|
||||
|
||||
# ===========================
|
||||
|
||||
Loading…
Reference in New Issue
Block a user