Skip to content

Commit d0f51a8

Browse files
matledgitster
authored andcommitted
make clean should remove all the test programs too
Signed-off-by: Matthias Lederhofer <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent aaa3ca7 commit d0f51a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,9 @@ dist-doc:
10511051

10521052
clean:
10531053
rm -f *.o mozilla-sha1/*.o arm/*.o ppc/*.o compat/*.o xdiff/*.o \
1054-
test-chmtime$X test-genrandom$X $(LIB_FILE) $(XDIFF_LIB)
1054+
$(LIB_FILE) $(XDIFF_LIB)
10551055
rm -f $(ALL_PROGRAMS) $(BUILT_INS) git$X
1056+
rm -f $(TEST_PROGRAMS)
10561057
rm -f *.spec *.pyc *.pyo */*.pyc */*.pyo common-cmds.h TAGS tags
10571058
rm -rf autom4te.cache
10581059
rm -f configure config.log config.mak.autogen config.mak.append config.status config.cache

0 commit comments

Comments
 (0)