StupidOS/tools/build.mk

10 lines
192 B
Makefile
Raw Normal View History

2023-01-15 19:25:25 +00:00
define TOOLS_TEMPLATE
$(1) = $$(addprefix $$(TOOLS_DIR)/, $$(shell echo -n $(1) | tr A-Z a-z))
endef
TOOLS = GIT-VERSION
$(foreach tool, $(TOOLS), $(eval $(call TOOLS_TEMPLATE, $(tool))))