From 287b4af722b7ec089645cf9cd75233c6c90908cf Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 20 Oct 2025 23:18:26 +0200 Subject: HTTP monitoring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bc05321..11226e7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -g -Wall -pedantic -LDFLAGS = -lmicrohttpd +LDFLAGS = -lmicrohttpd -lcurl BIN = monitor SRC = main.c monitor.c -- cgit v1.2.3