update Makefile

This commit is contained in:
2025-11-08 16:13:52 +01:00
parent 1ff23bd203
commit 4b467fa963

View File

@@ -2,7 +2,7 @@ prefix = /usr/local
bindir = $(prefix)/bin
CFLAGS = -std=c99 -Wall -Wextra -pedantic
VERSIONFALLBACK = "v1.2+"
VERSIONFALLBACK = "v1.3+"
VERSIONFLAGS = -DGIT_TAG=\"$(shell git describe --tags HEAD || echo $(VERSIONFALLBACK))\"
all: