Start working on json_entities

This commit is contained in:
Abdelrahman Said
2023-06-26 18:32:53 +01:00
parent 55ca87c425
commit a6b45834fc
5 changed files with 71 additions and 216 deletions

View File

@@ -9,6 +9,10 @@ OUT=main
CFLAGS+=" -Iinclude/dstring"
SRC+=" src/dstring/*.c"
# JSON_ENTITIES
CFLAGS+=" -Iinclude/json_entities"
SRC+=" src/json_entities/*.c"
# LEXER
CFLAGS+=" -Iinclude/lexer"
SRC+=" src/lexer/*.c"