Skip to content

Commit

Permalink
Makefile: clean object files rel. to riscv32im programs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 5, 2024
1 parent bbe2ef8 commit 77dc029
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ install-test-deps:
# Clean the project
clean:
cargo clean
rm -rf $(O1VM_RISCV32IM_BIN_FILES)

# Build the project
build:
Expand Down

0 comments on commit 77dc029

Please sign in to comment.