diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2016-09-06 21:04:36 +0200 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2016-09-06 21:04:36 +0200 |
commit | 22c37e7d908d7f54d4b2d91c5feb77783fa5fd31 (patch) | |
tree | de7a6e3b91a8c609c47009fbacdfe7ab339cfbfb /Makefile | |
parent | 9cc211c51d9744bed3d7625dec78b906d454803b (diff) |
Add debug build for ezxml
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |