Skip to content

Commit

Permalink
Merge pull request juanfont#636 from huskyii/fix_issue635
Browse files Browse the repository at this point in the history
  • Loading branch information
kradalby authored Jun 12, 2022
2 parents cb88b16 + 9c5d485 commit e0ef601
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 e0ef601

Please sign in to comment.