summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvan Jegen <s.jegen@gmail.com>2016-09-06 21:04:36 +0200
committerSilvan Jegen <s.jegen@gmail.com>2016-09-06 21:04:36 +0200
commit22c37e7d908d7f54d4b2d91c5feb77783fa5fd31 (patch)
treede7a6e3b91a8c609c47009fbacdfe7ab339cfbfb
parent9cc211c51d9744bed3d7625dec78b906d454803b (diff)
Add debug build for ezxml
-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