'make clean' forgot about some files
authorNicolas Pitre <nico@cam.org>
Thu, 17 Nov 2005 15:40:22 +0000 (10:40 -0500)
committerJunio C Hamano <junkio@cox.net>
Fri, 18 Nov 2005 05:28:39 +0000 (21:28 -0800)
Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile

index ebff990..3bdd059 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)