Making the parser coding style friendly

This commit is contained in:
Tristan Roux
2019-12-06 11:19:31 +01:00
parent 767cf1f289
commit 3bc9701753
4 changed files with 92 additions and 81 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
SRC = src/xmlparser.c \
src/parsenode.c \
src/list_utility.c \
src/helper.c
src/helper.c \
src/xmlproperties.c
OBJ = $(SRC:%.c=%.o)