added flag for linking json-c
This commit is contained in:
parent
5210f84754
commit
52d3ffc129
2
Makefile
2
Makefile
@ -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
|
Loading…
x
Reference in New Issue
Block a user