summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2005-08-11 22:12:29 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2005-08-11 22:12:29 -0700
commit8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc (patch)
treed3d4506e20175ba73c64dfb9cefb189c1dd9127a /Makefile
parentStart preparing for 0.99.5 (diff)
parent[PATCH] Also parse objects we already have (diff)
downloadtgif-8eb14dc1882ade6f881ae93dfd7ecaa0dc0f0fdc.tar.xz
Merge changes in the master branch into 0.99.5 preparation branch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8d74e08a8..6bc3ed7977 100644
--- a/Makefile
+++ b/Makefile
@@ -244,7 +244,8 @@ deb: dist
clean:
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
- rm -f $(GIT_TARNAME).tar.gz git-core.spec git-core_$(GIT_VERSION)-*.deb
+ rm -f $(GIT_TARNAME).tar.gz git-core.spec
+ rm -f git-core_$(GIT_VERSION)-*.deb git-tk_$(GIT_VERSION)-*.deb
rm -rf $(GIT_TARNAME)
$(MAKE) -C tools/ clean
$(MAKE) -C Documentation/ clean