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 /Makefile | |
parent | 893973a6f271429fbe1973d61dc8e1d76753327e (diff) | |
download | git-3553309f5ba7f9fed61ac2767d53677c309826b2.tar.gz |
Git.pm: clean generated files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-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 |