From ad2bcc9a667b9f20233acf84f5e491b9562f9c8e Mon Sep 17 00:00:00 2001
From: Anonymus Raccoon
Date: Tue, 31 Mar 2020 18:33:55 +0200
Subject: [PATCH] Solving a bug with the makefile
---
Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/Makefile b/Makefile
index 0ac956b..eb7b809 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,6 @@ SRC = src/xmlparser.c \
src/rawnode.c \
src/xml_destroy.c \
src/xmlget.c \
- src/strangeget.c \
src/floatutils.c \
src/child.c \
src/strangeget.c \