From 30e6cf3dc59f6c707bc1f8953b7777733df1641e Mon Sep 17 00:00:00 2001 From: Jerry Zhao Date: Thu, 28 Sep 2023 20:49:19 -0700 Subject: [PATCH] clean-out should only clean OUTPUT This allow maintaining multiple output directories with different VLEN/MODE configurations --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 482c445..8b9e81d 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ $(tests_stage2): clean-out: - rm -rf out + rm -rf $(OUTPUT) clean: clean-out go clean