From 52d3ffc1290e6e77c9ac16b68ed226ac760b7144 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Mon, 4 Apr 2022 18:06:31 +0200 Subject: [PATCH] added flag for linking json-c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09cd2d2..7b6a729 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ files += include/*.h main: @echo Compiling... - cc $(files) -lm -o out/why2 \ No newline at end of file + cc $(files) -ljson-c -lm -o out/why2 \ No newline at end of file