mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-10 06:57:59 +00:00
Update the "clean" target to match the current arrangement.
This commit is contained in:
parent
1ef2370e61
commit
5b85b08976
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue