Handling string nodes

This commit is contained in:
Tristan Roux
2019-12-06 15:37:31 +01:00
parent 96339f7a54
commit 2cd96e3360
6 changed files with 63 additions and 18 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ SRC = src/xmlparser.c \
src/parsenode.c \
src/list_utility.c \
src/helper.c \
src/xmlproperties.c
src/xmlproperties.c \
src/rawnode.c
OBJ = $(SRC:%.c=%.o)