CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g
parse: parse.c
$(CC) $(CFLAGS) -o parse `xml2-config --cflags` parse.c `xml2-config --libs`