Add a clobber target. "clean" should really be less destructive, but
libtool is really a thorn with regard to this.
This commit is contained in:
parent
da325003e9
commit
d976fa61a6
@ -59,6 +59,8 @@ clean:
|
||||
rm -rf .libs libexpat.la
|
||||
rm -f examples/core tests/core xmlwf/core
|
||||
|
||||
clobber: clean
|
||||
|
||||
distclean: clean
|
||||
rm -f expat_config.h config.status config.log config.cache libtool
|
||||
rm -f Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user