From c6963694f14168aebf749e9e9a87e6329a9fc6b4 Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Thu, 17 Jan 2019 13:31:43 -0800 Subject: [PATCH] Fix clean not working in 005-tilegrid. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- fuzzers/005-tilegrid/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuzzers/005-tilegrid/Makefile b/fuzzers/005-tilegrid/Makefile index 125eabce..ee51b3c9 100644 --- a/fuzzers/005-tilegrid/Makefile +++ b/fuzzers/005-tilegrid/Makefile @@ -59,7 +59,7 @@ run: touch run.ok clean: - rm -rf build + rm -rf build run.ok cd iob && $(MAKE) clean cd mmcm && $(MAKE) clean cd pll && $(MAKE) clean