From a196df01678afeaf3cf50b8f727174a81ef1cbad Mon Sep 17 00:00:00 2001 From: bi262934 Date: Thu, 30 Jan 2025 14:16:43 +0100 Subject: [PATCH] [Makefile] Remove the entire toolchain before reinstalling --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c67a584..d314845 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ src/test/cpp/naxriscv/obj_dir/VNaxRiscv:$(PRJ_NAX).v verilate-$(PRJ_NAX): src/test/cpp/naxriscv/obj_dir/VNaxRiscv # install -install:clean-install clean-sim clean-workspace install-toolchain +install:clean-all install-toolchain @echo " " @echo "[SUCCESS] The entire toolchain is built with Success." @echo " "