From 5a4eeaae207a15511039992e80a3174daaead239 Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 4 Sep 2016 20:57:18 +0200 Subject: Add the ezxmllib for testing --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb82e0b..2891115 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,20 @@ -all: mxml +all: mxml ezxml mxml: mxml.c gcc -Wall -lmxml -pthread -o mxml mxml.c +ezxml: ezxmllib.o + gcc -Wall -o ezxml ezxml.c ezxmllib.o + +ezxmllib.o: ezxmllib.c + gcc -Wall -c -o ezxmllib.o ezxmllib.c + debug: gcc -Wall -g -lmxml -pthread -o mxml mxml.c +clean: + rm *.o mxml ezxml + .PHONY: all -- cgit v1.2.1-18-gbd029