From 308a7b72731d0d94b7931cee5963193bf143bb72 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Sat, 25 Jun 2022 10:15:54 -0700 Subject: Move get-git-tag to a tools subdirectory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 449455e..28dd7f6 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ clean: build/git-tag.cpp: @mkdir -p $(dir $@) - ./get-git-tag > $@ + tools/get-git-tag > $@ .PHONY: build/git-tag.cpp include $(shell find -type f -name \*.d) -- cgit v1.2.3