diff --git a/Makefile b/Makefile index 42eb486..e45c6dd 100644 --- a/Makefile +++ b/Makefile @@ -5,4 +5,8 @@ PROJECT_VERSION = 0.2.0 # Whitespace to be used when creating files from templates. 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