This commit is contained in:
Wolfgang Hottgenroth
2021-02-10 16:17:39 +01:00
parent eb87009b60
commit 08801ea922
2 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ C_INCLUDES = \
CC = gcc
CFLAGS = $(C_INCLUDES) -Wall -Werror -std=c99
LDFLAGS = -lconfig
LDFLAGS = -lconfig -lcurl
TARGET = sink20169
UNAME_S := $(shell uname -s)