From 3aeb1f120ac0c35899c611b2c154e04fa391954f Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 11:04:36 -0800 Subject: [PATCH] Also clean log directories. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/Makefile b/fuzzers/Makefile index 7ef38090..c9566a1c 100644 --- a/fuzzers/Makefile +++ b/fuzzers/Makefile @@ -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