From e7a1d2a21733ea577b44fb7c4377edc4504b5623 Mon Sep 17 00:00:00 2001 From: John McMaster Date: Tue, 18 Dec 2018 17:26:55 -0800 Subject: [PATCH] 055-gnd/Makefile: fix bad clean Signed-off-by: John McMaster --- fuzzers/055-gnd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/055-gnd/Makefile b/fuzzers/055-gnd/Makefile index 95d310eb..292fddc5 100644 --- a/fuzzers/055-gnd/Makefile +++ b/fuzzers/055-gnd/Makefile @@ -41,7 +41,7 @@ endif touch run.ok clean: - rm -rf build OK + rm -rf build run.ok .PHONY: database pushdb run clean