Skip to content

Instantly share code, notes, and snippets.

@Aven02
Aven02 / Makefile
Created July 23, 2012 15:50 — forked from cooldaemon/Makefile
libxml2 sax sample.
xml2_sax_sample: xml2_sax_sample.c
gcc -o xml2_sax_sample `xml2-config --cflags --libs` xml2_sax_sample.c
clean:
rm xml2_sax_sample