diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-10-06 12:58:03 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-10-06 12:58:03 +0200 |
| commit | d2a6897f05a07a058b2185c953b30d26fded081b (patch) | |
| tree | 288165ea13e071ac50ae42f8ff4a5ec7d2fb9334 /config.mk | |
| download | use-mosquitto-d2a6897f05a07a058b2185c953b30d26fded081b.tar.gz use-mosquitto-d2a6897f05a07a058b2185c953b30d26fded081b.tar.bz2 use-mosquitto-d2a6897f05a07a058b2185c953b30d26fded081b.zip | |
erster Import
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..8ca0709 --- /dev/null +++ b/config.mk | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CFLAGS=-Wall -Werror -Wextra -Wconversion -Wdouble-promotion -pedantic -std=c17 -Iinclude | ||
| 2 | LDFLAGS=-lmosquitto | ||
