Remove run_tests.log in 'make realclean'

This commit is contained in:
Eric Biggers 2016-10-15 22:05:04 -07:00
parent 6879294990
commit b83957e624

View File

@ -222,7 +222,7 @@ clean:
.lib-cflags .prog-cflags
realclean: clean
rm -f tags cscope*
rm -f tags cscope* run_tests.log
FORCE: