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>
3 lines
90 B
Makefile
3 lines
90 B
Makefile
parse: parse.c
|
|
gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs`
|