subsurface/Makefile
Linus Torvalds 77ce61644b Turn the XML into something almost parseable.
Of course, now the problem is that the different XML files have
different node names, but at least we've turned it into a half-way sane
format, and have a nice callback place per value.

Soon we could use that to actually fill in useful information.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-08-29 17:51:54 -07:00

2 lines
90 B
Makefile

parse: parse.c
gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs`