mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-19 10:10:48 +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
|
done
|
||||||
|
|
||||||
distclean:
|
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 common/config.h
|
||||||
rm -f build_rpm quakeforge-*.tar.gz quakeforge.spec
|
rm -f build_rpm quakeforge-*.tar.gz quakeforge.spec
|
||||||
find . -name \*~ | xargs rm -f
|
find . -name \*~ | xargs rm -f
|
||||||
|
@ -31,7 +31,7 @@ distclean:
|
||||||
done
|
done
|
||||||
|
|
||||||
clean-autoconf mrproper: distclean
|
clean-autoconf mrproper: distclean
|
||||||
rm -f common/config.h.in
|
rm -f common/config.h.in Rules.mk
|
||||||
rm -f configure
|
rm -f configure
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|
Loading…
Reference in a new issue