summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2ec922..02b3943 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@ ezxmllib.o: ezxmllib.c
debug:
$(CC) $(CFLAGS) -g -lmxml -pthread -o mxml mxml.c
+ $(CC) $(CFLAGS) -g -o ezxml ezxml.c ezxmllib.o
clean:
rm *.o mxml ezxml