Also clean log directories.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2020-02-18 11:04:36 -08:00
parent ec6b1aa02d
commit 3aeb1f120a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ clean_fuzzers::
$$(MAKE) -C $(1) clean
clean_logs::
rm -rf $(1)/logs
rm -rf $(1)/logs_*
# Describe how to create the fuzzer's run.ok file.
# This command must start with a + to tell make to pass the jobserver