utools/Makefile

13 lines
299 B
Makefile
Raw Permalink Normal View History

2022-12-27 21:32:14 +00:00
PROJECT = utools
2022-12-29 00:20:02 +00:00
PROJECT_DESCRIPTION = Umgeher Erlang Tools
2022-12-29 15:07:54 +00:00
PROJECT_VERSION = 0.2.0
2022-12-27 21:32:14 +00:00
# Whitespace to be used when creating files from templates.
SP = 2
2023-01-08 16:54:49 +00:00
BUILD_DEPS = gitversion.mk
DEP_PLUGINS = gitversion.mk
dep_gitversion.mk = git https://git.sr.ht/~umgeher/gitversion.mk master
2022-12-27 21:32:14 +00:00
include erlang.mk