__UNTESTED CODE__ - Added some basic JSON handling to read in the JSON file and parse different values from it

This commit is contained in:
2022-02-16 00:41:47 +01:00
parent c4482b7449
commit 4889be7a8b
11 changed files with 549 additions and 66 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
## Compiler settings
CC = cc
CFLAGS = -Wall -Werror -g -std=c99
CFLAGS = -Wall -Werror -g -std=c99 -lcjson
LDFLAGS =
## Project settings