mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-28 20:45:21 +00:00
fix issue 635
This commit is contained in:
parent
cb88b16207
commit
9c5d485fdd
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
# Calculate version
|
# 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))
|
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user