7f16fbec70
* add testxml as sort of a stress test application
5 lines
154 B
Makefile
5 lines
154 B
Makefile
noinst_PROGRAMS = testxml printxml xmlgrep
|
|
|
|
testxml_SOURCES = testxml.c xml.c
|
|
printxml_SOURCES = printxml.c xml.c
|
|
xmlgrep_SOURCES = xmlgrep.c xml.c xml.h
|