This commit is contained in:
2021-02-11 11:29:27 +01:00
parent b3cf1ca33a
commit 1f78a7c759

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