diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-01 07:40:41 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-06-01 07:40:41 +0200 |
commit | ad30dbfa9d70185f67d29b87ae5b59bb3b97cc45 (patch) | |
tree | b41df1148759c250d08b0f7cd3fb9570979e4edf /Makefile | |
parent | be8ac63f28a402acbf7e21972ac5d3b45bed1f79 (diff) | |
download | devtools-ad30dbfa9d70185f67d29b87ae5b59bb3b97cc45.tar.xz |
ommitting --exact-match in git describe
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -V=$(shell git describe --exact-match) +V=$(shell git describe) SHELL=/bin/bash BUILDTOOLVER ?= $(V) |