Update the "clean" target to match the current arrangement.

This commit is contained in:
Fred L. Drake, Jr. 2002-08-23 21:53:29 +00:00
parent 1ef2370e61
commit 5b85b08976

View file

@ -55,6 +55,8 @@ clean:
cd lib && rm -f $(LIBRARY) *.o *.lo && rm -rf .libs _libs
cd xmlwf && rm -f xmlwf *.o *.lo && rm -rf .libs _libs
cd examples && rm -f elements outline *.o *.lo && rm -rf .libs _libs
cd tests && rm -rf .libs runtests runtests.o chardata.o
rm -rf .libs libexpat.la
find . -name core | xargs rm -f
distclean: clean