diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2005-07-29 22:02:24 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2005-07-29 22:02:24 +0000 |
commit | 75e389d4e0ccd998d288387051e66a8f0b2af1b0 (patch) | |
tree | 529f174a221a689e2b712a7be2450fe9c4b4a72e /Makefile.am | |
parent | 4ea89f04ccd58de6cc4b83195252d0becba1fe69 (diff) | |
download | libxml2-75e389d4e0ccd998d288387051e66a8f0b2af1b0.tar.gz |
more cleanups based on sparse reports, added "make sparse" Daniel
* Makefile.am globals.c parserInternals.c xmlreader.c xmlunicode.c
xmlwriter.c: more cleanups based on sparse reports, added
"make sparse"
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1485e51a..ef043cbb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1135,3 +1135,6 @@ install-data-local: tst: tst.c $(CC) $(CFLAGS) -Iinclude -o tst tst.c .libs/libxml2.a -lpthread -lm -lz + +sparse: clean + $(MAKE) CC=cgcc |