all: mxml mxml: mxml.c gcc -Wall -lmxml -pthread -o mxml mxml.c debug: gcc -Wall -g -lmxml -pthread -o mxml mxml.c .PHONY: all