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