diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-12 20:22:08 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-12 20:22:08 +0200 |
commit | 37390318599be0f468c3536ce3a66a168103dc0e (patch) | |
tree | 85dc64582075cc10a56fa52e1c29523fd0478c11 /Makefile | |
parent | 3f3d13b724e685e39f4c843719c45cabe54d7c05 (diff) |
Start parsing files
And also deal with memory while doing it.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 $@ $< |