diff options
| -rw-r--r-- | default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ PKG = transient ELS = $(PKG).el ELCS = $(ELS:.el=.elc) -DEPS = dash +DEPS = VERSION ?= $(shell test -e $(TOP).git && git describe --tags --abbrev=0 | cut -c2-) |
