diff options
author | Junio C Hamano <junkio@cox.net> | 2006-06-30 00:43:43 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-02 17:14:44 -0700 |
commit | 3553309f5ba7f9fed61ac2767d53677c309826b2 (patch) | |
tree | a82a1348e0ca919b2089e168bca3a1ac57a84c6a | |
parent | Perly git: work around buggy make implementations. (diff) | |
download | tgif-3553309f5ba7f9fed61ac2767d53677c309826b2.tar.xz |
Git.pm: clean generated files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -771,6 +771,7 @@ clean: rm -f $(htmldocs).tar.gz $(manpages).tar.gz $(MAKE) -C Documentation/ clean [ ! -f perl/Makefile ] || $(MAKE) -C perl/ clean || $(MAKE) -C perl/ clean + rm -f perl/ppport.h perl/Makefile.old $(MAKE) -C templates/ clean $(MAKE) -C t/ clean rm -f GIT-VERSION-FILE GIT-CFLAGS |