Move the more dangerous git clean to git-clean target, restore old clean

This commit is contained in:
Jesse Keating 2007-03-20 17:18:48 -04:00
parent 113690120c
commit 52f3c0ea71

View file

@ -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: