From 37390318599be0f468c3536ce3a66a168103dc0e Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Mon, 12 Sep 2016 20:22:08 +0200 Subject: Start parsing files And also deal with memory while doing it. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e621e95..a33f93a 100644 --- a/Makefile +++ b/Makefile @@ -26,6 +26,7 @@ debug: $(CC) $(CFLAGS) -g -lmxml -pthread -o mxml mxml.c $(CC) $(CFLAGS) -g -o ezxml ezxml.c ezxmllib.o $(CC) $(CFLAGS) -g -o yxml yxml.c yxmllib.o + $(CC) $(CFLAGS) -g -o sxmlc sxmlc.c sxmlclib.o .c.o: $(CC) $(CFLAGS) -c -o $@ $< -- cgit v1.2.1-18-gbd029