From 63ab362d2ac5dd6f2dece3fc26c2d17e6f36bb64 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 18 Feb 2020 11:25:14 -0800 Subject: [PATCH] Fix clean step update for 073. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/073-get_counts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/073-get_counts/Makefile b/fuzzers/073-get_counts/Makefile index 1b7fcab7..73795866 100644 --- a/fuzzers/073-get_counts/Makefile +++ b/fuzzers/073-get_counts/Makefile @@ -21,7 +21,7 @@ run: touch run.${XRAY_PART}.ok clean: - rm -rf build_* run.${XRAY_PART}.ok + rm -rf build_* run.*.ok .PHONY: database pushdb run clean