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