From 1fa9b6e34e5c92aa7fe492417cda2d21ec067ff8 Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 28 Oct 2025 13:45:38 +0100 Subject: unified config, refactor, for alerts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 94b4c37..292b32a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS = -g -Wall -pedantic LDFLAGS = -lmicrohttpd -lcurl -lm BIN = monitor -SRC = main.c monitor.c +SRC = main.c monitor.c config.c check.c $(BIN): $(SRC) $(CC) -o $@ $(CFLAGS) $^ $(LDFLAGS) -- cgit v1.2.3