Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-08-12 05:52:34 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-12 05:52:34 +0400
commita6bc31338ee99b1ade13b260c96800ea826bb9d1 (patch)
tree79d4cb54907eb33e73704ab0ea19ae1607bbb78b
parent41184273d173c252532b3aba730ee7fdf35291f4 (diff)
Clean generated deb files.
Do not forgot that we have a separate git-tk package these days. Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0ea88fbae..e8441af577 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