some fixes

This commit is contained in:
2026-04-10 15:52:55 +03:00
parent af33a036c8
commit 5acd1cd97d
3 changed files with 153 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
CFLAGS = -Wall -Wextra -fPIC
LDFLAGS = -lrt -pthread
CFLAGS = -Wall -Wextra -fPIC -DEBUG
LDFLAGS = -lrt -pthread -lusefull_macros
all: weather_daemon libweather.so weather_clt_example