From 55a1dc11e9bf5bbc643f0aa09bbdd09056b322b5 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 27 Oct 2025 03:38:48 +0100 Subject: timeline (fix: use events!) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11226e7..94b4c37 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc CFLAGS = -g -Wall -pedantic -LDFLAGS = -lmicrohttpd -lcurl +LDFLAGS = -lmicrohttpd -lcurl -lm BIN = monitor SRC = main.c monitor.c -- cgit v1.2.3