diff options
| -rw-r--r-- | Makefile | 2 | ||||
| -rwxr-xr-x | tools/get-git-tag (renamed from get-git-tag) | 0 |
2 files changed, 1 insertions, 1 deletions
| @@ -41,7 +41,7 @@ clean: | |||
| 41 | 41 | ||
| 42 | build/git-tag.cpp: | 42 | build/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 | ||
| 47 | include $(shell find -type f -name \*.d) | 47 | include $(shell find -type f -name \*.d) |
diff --git a/get-git-tag b/tools/get-git-tag index cb4e2fa..cb4e2fa 100755 --- a/get-git-tag +++ b/tools/get-git-tag | |||
