diff options
author | Nicolas Pitre <nico@cam.org> | 2005-11-17 10:40:22 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-17 21:28:39 -0800 |
commit | d2ac1cd263d1856938b5223ef96d8b1eb7db4ccd (patch) | |
tree | eae13491b83a3f109c6f18e3028acb3ddc368d99 | |
parent | Deal with binary diff output from GNU diff 2.8.7 (diff) | |
download | tgif-d2ac1cd263d1856938b5223ef96d8b1eb7db4ccd.tar.xz |
'make clean' forgot about some files
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -466,7 +466,7 @@ deb: dist ### Cleaning rules clean: - rm -f *.o mozilla-sha1/*.o ppc/*.o compat/*.o $(PROGRAMS) $(LIB_FILE) + rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o git $(PROGRAMS) $(LIB_FILE) rm -f $(filter-out gitk,$(SCRIPTS)) rm -f *.spec *.pyc *.pyo rm -rf $(GIT_TARNAME) |