added flag for linking json-c

This commit is contained in:
Václav Šmejkal 2022-04-04 18:06:31 +02:00
parent 5210f84754
commit 52d3ffc129

View File

@ -11,4 +11,4 @@ files += include/*.h
main: main:
@echo Compiling... @echo Compiling...
cc $(files) -lm -o out/why2 cc $(files) -ljson-c -lm -o out/why2