Cleaning the makefile

This commit is contained in:
AnonymusRaccoon
2020-03-12 19:44:59 +01:00
parent edee81e3ae
commit e09c121a56
+3 -1
View File
@@ -15,7 +15,9 @@ SRC = src/xmlparser.c \
src/xmlget.c \
src/strangeget.c \
src/floatutils.c \
src/child.c
src/child.c \
src/strangeget.c \
src/otherget.c
OBJ = $(SRC:%.c=%.o)