Coding style

This commit is contained in:
Tristan Roux
2019-12-09 10:41:56 +01:00
parent a2f4eec5fc
commit 235c9b5b34
7 changed files with 30 additions and 22 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ SRC = src/xmlparser.c \
src/helper.c \
src/xmlproperties.c \
src/rawnode.c \
src/xml_destroy.c
src/xml_destroy.c \
src/xmlget.c
OBJ = $(SRC:%.c=%.o)