aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 10:12:52 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-12 10:12:52 -0700
commitced7c8482124ba66cfa8e5b9a3f62bf663cb1826 (patch)
tree2224fccd131101744ae64dfd3ff8cce4e73ab101 /Makefile
parentf85639c3030de6fd6af0e95e230b6bf7c3ea2086 (diff)
downloadgit-ced7c8482124ba66cfa8e5b9a3f62bf663cb1826.tar.gz
"make clean" should clean up after a rpm build
There's a few generated files that we left behind.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0bfa0c1ee4..160579ee2d 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