This commit is contained in:
2021-02-11 11:29:27 +01:00
parent 5dcbacb7a3
commit 17bd9f99bd

View File

@ -13,7 +13,7 @@ C_INCLUDES = \
VERSION := $(shell git rev-parse --short=8 HEAD)
CC = gcc
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99 -DVERSION=$(VERSION)
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99 -DVERSION="\"$(VERSION)\""
LDFLAGS = -lconfig -lcurl
TARGET = sink20169