mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 08:20:40 +00:00
docs and a bit of cleanup
delete core files with boostrap clean fix the placement of a comment simple docs for the standard client connection process (no mention of downloads)
This commit is contained in:
parent
b05e9ea293
commit
bb6619d332
3 changed files with 38 additions and 9 deletions
|
@ -24,6 +24,7 @@ if test "$1" = "clean"; then
|
|||
|
||||
cd -
|
||||
find . -name Makefile -print0 | xargs $ARGS rm -f
|
||||
find . -name core -print0 | xargs $ARGS rm -f
|
||||
rm -f RPM/build_rpm RPM/quakeforge.conf RPM/quakeforge.spec RPM/rpmmacros
|
||||
find . -name '*.o' -type f -print0 | xargs $ARGS rm -f
|
||||
find . -name '*.lo' -type f -print0 | xargs $ARGS rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue