add weather testing

This commit is contained in:
2026-05-15 11:16:24 +03:00
parent bb2af2965a
commit e57052fbb0
6 changed files with 30 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
# run `make DEF=...` to add extra defines
PROGRAM := domedaemon
LDFLAGS := -fdata-sections -ffunction-sections -Wl,--gc-sections -Wl,--discard-all
LDFLAGS += -lusefull_macros
LDFLAGS += -lusefull_macros -lweather
SRCS := $(wildcard *.c)
DEFINES := $(DEF) -D_GNU_SOURCE -D_XOPEN_SOURCE=1111
OBJDIR := mk