summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesper Jensen <jesper@jnsn.dev>2025-04-12 09:35:32 +0200
committerJesper Jensen <jesper@jnsn.dev>2025-04-12 10:21:20 +0200
commit04c5b9d5ef4723d469ea3472012787a8e2a5bdbd (patch)
treec9626a0cbc18e9d54fad639ac091121dc7d69713 /Makefile
parentcd622b745254baafa21adf4b1b724e079652321a (diff)
Add prometheus monitoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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