From 2458e6aa1658b2cc5b6349b89f1276873554ad6f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 28 Oct 2024 18:03:34 +0100 Subject: Verschiebe die Konfiguration nach 'src' --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 8ca0709..d733c58 100644 --- a/config.mk +++ b/config.mk @@ -1,2 +1,2 @@ -CFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c17 -Iinclude +CFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c17 -Isrc LDFLAGS=-lmosquitto -- cgit v1.3