From 04c5b9d5ef4723d469ea3472012787a8e2a5bdbd Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Sat, 12 Apr 2025 09:35:32 +0200 Subject: Add prometheus monitoring --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ffc7e0..1c04ac4 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ TSTDIR ?= test GENDIR ?= gen OBJDIR ?= obj -LIBS = -lm +LIBS = -lm -lmicrohttpd -lprom INCS = -Isrc/ -Igen/ -I. -Ithirdparty/crypto-algorithms/ CFLAGS ?= -O3 -D_FORTIFY_SOURCE=2 -Wall -g -- cgit v1.2.3