aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas Pitre <nico@cam.org>2005-11-17 10:40:22 -0500
committerJunio C Hamano <junkio@cox.net>2005-11-17 21:28:39 -0800
commitd2ac1cd263d1856938b5223ef96d8b1eb7db4ccd (patch)
treeeae13491b83a3f109c6f18e3028acb3ddc368d99 /Makefile
parent3200d1aee0c22a34d075aafefe3e92f4f7d08840 (diff)
downloadgit-d2ac1cd263d1856938b5223ef96d8b1eb7db4ccd.tar.gz
git-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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebff990b5..3bdd0597c 100644
--- 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)