Skip to content

Commit a6bc313

Browse files
author
Junio C Hamano
committed
Clean generated deb files.
Do not forgot that we have a separate git-tk package these days. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4118427 commit a6bc313

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ deb: dist
244244

245245
clean:
246246
rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROG) $(LIB_FILE)
247-
rm -f $(GIT_TARNAME).tar.gz git-core.spec git-core_$(GIT_VERSION)-*.deb
247+
rm -f $(GIT_TARNAME).tar.gz git-core.spec
248+
rm -f git-core_$(GIT_VERSION)-*.deb git-tk_$(GIT_VERSION)-*.deb
248249
rm -rf $(GIT_TARNAME)
249250
$(MAKE) -C tools/ clean
250251
$(MAKE) -C Documentation/ clean

0 commit comments

Comments
 (0)