mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-28 14:42:38 +00:00
make distclean now cleans up in rpm
This commit is contained in:
parent
2f5ba89cf0
commit
bfc46f2940
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ distclean:
|
|||
find . -name '#*#' | xargs rm -f
|
||||
find . -name core -type f | xargs rm -f
|
||||
rm -rf targets
|
||||
rm -rf rpm/{BUILD,RPMS,SOURCES,SPECS,SRPMS,build_rpm,quakeforge.spec,rpmmacros}
|
||||
for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -C $$dir $@ || exit; \
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue