aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-24 23:48:29 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-24 23:48:29 -0700
commita55797672d7c532173a3d01629ecdf42deecd16a (patch)
treec58c50efa014bf60d6e9f12bc7cdf3b13d0769c7 /Makefile
parentcf408cb4a002855a9ffb58009c5f40da7f68b55e (diff)
downloadgit-a55797672d7c532173a3d01629ecdf42deecd16a.tar.gz
Clean generated files a bit more.
Now we conditionally compile things in compat/, so we should remove object files there. Python execution can leave *.pyc and *.pyo, which need to be cleaned as well. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 67279203e8..d18153de5d 100644
--- a/Makefile
+++ b/Makefile
@@ -380,9 +380,9 @@ deb: dist
### Cleaning rules
clean:
- rm -f *.o mozilla-sha1/*.o ppc/*.o $(PROGRAMS) $(LIB_FILE)
+ rm -f *.o mozilla-sha1/*.o ppc/*.o compat/*.o $(PROGRAMS) $(LIB_FILE)
rm -f $(filter-out gitk,$(SCRIPTS))
- rm -f git-core.spec
+ rm -f git-core.spec *.pyc *.pyo
rm -rf $(GIT_TARNAME)
rm -f $(GIT_TARNAME).tar.gz git-core_$(GIT_VERSION)-*.tar.gz
rm -f git-core_$(GIT_VERSION)-*.deb git-core_$(GIT_VERSION)-*.dsc