fix make target all

This commit is contained in:
yaozhicheng 2024-11-05 17:57:58 +08:00
parent f921b4853e
commit bbb0add35a
1 changed files with 1 additions and 1 deletions

View File

@ -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/*