summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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 $@ $<