From 52f3c0ea710ce4669186c1521997cfb9f5bcb276 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 20 Mar 2007 17:18:48 -0400 Subject: [PATCH] Move the more dangerous git clean to git-clean target, restore old clean --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index f2e4a282..45ceb2a0 100644 --- a/Makefile +++ b/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: