diff options
-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 |