]> git.tdb.fi Git - ext/subsurface.git/blob - Makefile
Turn the XML into something almost parseable.
[ext/subsurface.git] / Makefile
1 parse: parse.c
2         gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs`