Skip to content

Commit

Permalink
[Makefile] Remove the entire toolchain before reinstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
bi262934 committed Jan 30, 2025
1 parent 1c0e601 commit a196df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 " "
Expand Down

0 comments on commit a196df0

Please sign in to comment.