From 9c5d485fdda4dc93ac47b0b0e5e9c626cb9ef235 Mon Sep 17 00:00:00 2001 From: Jiang Zhu Date: Sun, 12 Jun 2022 17:01:17 +0800 Subject: [PATCH] fix issue 635 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3327fe66..404c3c01 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Calculate version -version = $(git describe --always --tags --dirty) +version ?= $(shell git describe --always --tags --dirty) rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))