diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2025-04-12 09:35:32 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2025-04-12 10:21:20 +0200 |
| commit | 04c5b9d5ef4723d469ea3472012787a8e2a5bdbd (patch) | |
| tree | c9626a0cbc18e9d54fad639ac091121dc7d69713 /Makefile | |
| parent | cd622b745254baafa21adf4b1b724e079652321a (diff) | |
Add prometheus monitoring
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
