diff options
| author | Julian Blake Kongslie | 2022-06-25 10:15:54 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-06-25 10:15:54 -0700 |
| commit | 308a7b72731d0d94b7931cee5963193bf143bb72 (patch) | |
| tree | 0f7c29b6e8b8ba4899532398de6cfb8d68b6f8af | |
| parent | Makefile rework, supporting "nested" components. (diff) | |
| download | issim-308a7b72731d0d94b7931cee5963193bf143bb72.tar.xz | |
Move get-git-tag to a tools subdirectory.
Diffstat (limited to '')
| -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 | |||
