aboutsummaryrefslogtreecommitdiff
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 cd16efd..44e0192 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OBJDIR = objs
SRC = $(wildcard src/*.c)
HEADERS = $(wildcard src/*.h)
OBJS = $(SRC:src/%.c=${OBJDIR}/%.o)
-DLIBS = -ljson-c
+DLIBS = -ljson-c -lm
.PHONY: clean all run
all: build
Feel free to download, copy and edit any repo