mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
77ce61644b
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>
2 lines
90 B
Makefile
2 lines
90 B
Makefile
parse: parse.c
|
|
gcc -Wall -g -o parse `xml2-config --cflags` parse.c `xml2-config --libs`
|