mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 00:10:54 +00:00
This should work..
This commit is contained in:
parent
e45a7c365d
commit
51f0bf3040
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ all:
|
|||
done
|
||||
|
||||
distclean:
|
||||
rm -f config.cache config.log config.status Makefile Rules.mk
|
||||
rm -f config.cache config.log config.status Makefile
|
||||
rm -f common/config.h
|
||||
rm -f build_rpm quakeforge-*.tar.gz quakeforge.spec
|
||||
find . -name \*~ | xargs rm -f
|
||||
|
@ -31,7 +31,7 @@ distclean:
|
|||
done
|
||||
|
||||
clean-autoconf mrproper: distclean
|
||||
rm -f common/config.h.in
|
||||
rm -f common/config.h.in Rules.mk
|
||||
rm -f configure
|
||||
|
||||
%:
|
||||
|
|
Loading…
Reference in a new issue