From bbb0add35a044fa40cbdffd947024a8d269de1fe Mon Sep 17 00:00:00 2001 From: yaozhicheng Date: Tue, 5 Nov 2024 17:57:58 +0800 Subject: [PATCH] fix make target all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8f890c..c689633 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ export ENABLE_XINFO := 0 export CFG := "" export DUTS := "*" -all: dut test_all +all: rtl dut test_all clean: rm -rf out/*