Skip to content

Commit

Permalink
fix issue 635
Browse files Browse the repository at this point in the history
  • Loading branch information
huskyii committed Jun 12, 2022
1 parent cb88b16 commit 9c5d485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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))

Expand Down

0 comments on commit 9c5d485

Please sign in to comment.