From ced7c8482124ba66cfa8e5b9a3f62bf663cb1826 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 12 Jul 2005 10:12:52 -0700 Subject: [PATCH] "make clean" should clean up after a rpm build There's a few generated files that we left behind. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 0bfa0c1e..160579ee 100644 --- a/Makefile +++ b/Makefile @@ -192,6 +192,7 @@ test: all clean: rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE) + rm -f git-core-*.tar.gz git-core.spec $(MAKE) -C Documentation/ clean backup: clean -- 2.11.0