build: clean
	cc xml.c main.c -o dscrape ${CFLAGS} ${LDFLAGS}

clean:
	rm -f dscrape *.o
