summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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