diff options
author | Matthias Lederhofer <matled@gmx.net> | 2007-06-05 15:43:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-06-06 00:28:24 -0700 |
commit | d0f51a8b2ae25ad9a676d0214616241685e8f1d0 (patch) | |
tree | 2f332961538e974835a5f353563e9ed9ec5ac06c /Makefile | |
parent | aaa3ca747780f2fa0b6b8c182dc7d898dfe3ee63 (diff) | |
download | git-d0f51a8b2ae25ad9a676d0214616241685e8f1d0.tar.gz git-d0f51a8b2ae25ad9a676d0214616241685e8f1d0.tar.xz |
make clean should remove all the test programs too
Signed-off-by: Matthias Lederhofer <matled@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1051,8 +1051,9 @@ dist-doc: clean: rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \ - test-chmtime$X test-genrandom$X $(LIB_FILE) $(XDIFF_LIB) + $(LIB_FILE) $(XDIFF_LIB) rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X + rm -f $(TEST_PROGRAMS) rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags rm -rf autom4te.cache rm -f configure config.log config.mak.autogen config.mak.append config.status config.cache |