__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-19 21:24:13 +01:00
parent 4ce8ed2a08
commit aabce0aa8d
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