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 /Makefile | |
parent | 3200d1aee0c22a34d075aafefe3e92f4f7d08840 (diff) | |
download | git-d2ac1cd263d1856938b5223ef96d8b1eb7db4ccd.tar.gz |
'make clean' forgot about some files
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-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) |