mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
add a file to "bootstrap clean"
yylwrap showed up, so it needs to be nuked with other non-repo files
This commit is contained in:
parent
5a6e66b23e
commit
b68d774267
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if test "$1" = "clean"; then
|
|||
rm -f aclocal.m4 build-stamp changelog-stamp config.cache config.log \
|
||||
config.status configure configure-stamp install-sh libtool missing \
|
||||
mkinstalldirs quakeforge-config quakeforge.lsm
|
||||
rm -f compile config.guess config.sub depcomp ltmain.sh
|
||||
rm -f compile config.guess config.sub depcomp ltmain.sh ylwrap
|
||||
rm -rf autom4te.cache
|
||||
|
||||
cd -
|
||||
|
|
Loading…
Reference in a new issue