mk: gitversion.mk added

This commit is contained in:
Umgeher Torgersen 2023-01-08 16:54:49 +00:00
parent ceafc8ccb7
commit 804338387a

View file

@ -5,4 +5,8 @@ PROJECT_VERSION = 0.2.0
# Whitespace to be used when creating files from templates. # Whitespace to be used when creating files from templates.
SP = 2 SP = 2
BUILD_DEPS = gitversion.mk
DEP_PLUGINS = gitversion.mk
dep_gitversion.mk = git https://git.sr.ht/~umgeher/gitversion.mk master
include erlang.mk include erlang.mk