summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 449455e..28dd7f6 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ clean:
41 41
42build/git-tag.cpp: 42build/git-tag.cpp:
43 @mkdir -p $(dir $@) 43 @mkdir -p $(dir $@)
44 ./get-git-tag > $@ 44 tools/get-git-tag > $@
45.PHONY: build/git-tag.cpp 45.PHONY: build/git-tag.cpp
46 46
47include $(shell find -type f -name \*.d) 47include $(shell find -type f -name \*.d)