summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-10-29 22:34:23 +0100
committerThomas Schmucker <ts@its1.de>2024-10-29 22:34:23 +0100
commit868d0a1ecbfbcd1f04b5c03403d6cffb439ce8fe (patch)
treee992bb530f623e53df9fe15ef1cdbdfc3128092a /config.mk
parent0714998ef54e8c1a46af7ec48698faa3abdf457a (diff)
downloaduse-mosquitto-868d0a1ecbfbcd1f04b5c03403d6cffb439ce8fe.tar.gz
use-mosquitto-868d0a1ecbfbcd1f04b5c03403d6cffb439ce8fe.tar.bz2
use-mosquitto-868d0a1ecbfbcd1f04b5c03403d6cffb439ce8fe.zip
Verschiebe MQTT Code in ein eigenes Modul
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index d733c58..c6da73f 100644
--- a/config.mk
+++ b/config.mk
@@ -1,2 +1,2 @@
1CFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c17 -Isrc 1CFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c17 -Isrc -Iinclude
2LDFLAGS=-lmosquitto 2LDFLAGS=-lmosquitto