From 5bd793a8d2634d7cb17647c2b4cb76bbe80555ab Mon Sep 17 00:00:00 2001 From: Keith Rothman <537074+litghost@users.noreply.github.com> Date: Tue, 30 Oct 2018 15:06:19 -0700 Subject: [PATCH] Fixup clean target. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com> --- minitests/roi_harness/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/minitests/roi_harness/Makefile b/minitests/roi_harness/Makefile index ff7d2fdc..7d564867 100644 --- a/minitests/roi_harness/Makefile +++ b/minitests/roi_harness/Makefile @@ -18,8 +18,7 @@ copy: $(HARNESS_FILES) cp $(HARNESS_FILES) $(HARNESS_DIR) clean: - rm -rf specimen_[0-9][0-9][0-9]/ seg_clblx.segbits vivado*.log vivado_*.str vivado*.jou design *.bits *.dcp *.bit design.txt .Xil - rm -rf $(BUILD_DIR) *~ + rm -rf $(BUILD_DIR) $(HARNESS_DIR) .PHONY: all clean copy