Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-06-01 07:40:41 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-06-01 07:40:41 +0200
commitad30dbfa9d70185f67d29b87ae5b59bb3b97cc45 (patch)
treeb41df1148759c250d08b0f7cd3fb9570979e4edf /Makefile
parentbe8ac63f28a402acbf7e21972ac5d3b45bed1f79 (diff)
ommitting --exact-match in git describe
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e415f40..a4d5b4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=$(shell git describe --exact-match)
+V=$(shell git describe)
SHELL=/bin/bash
BUILDTOOLVER ?= $(V)