Move the more dangerous git clean to git-clean target, restore old clean
This commit is contained in:
parent
113690120c
commit
52f3c0ea71
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -56,6 +56,11 @@ _default:
|
|||
@echo "read the makefile"
|
||||
|
||||
clean:
|
||||
rm -f *.o *.so *.pyc *~ koji*.bz2 koji*.src.rpm
|
||||
rm -rf koji-$(VERSION)
|
||||
for d in $(SUBDIRS); do make -s -C $$d clean; done
|
||||
|
||||
git-clean:
|
||||
@git clean -d -q -x
|
||||
|
||||
subdirs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue