Skip to content

Commit

Permalink
add makefile rule to rm src
Browse files Browse the repository at this point in the history
  • Loading branch information
henopied committed Jan 31, 2025
1 parent b9c26c6 commit 0a73224
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 @@ -9,6 +9,7 @@ patch:
# Generate Rust code from the SVD file
generate:
svd2rust --target=cortex-m --reexport-core-peripherals -i svd/$(TARGET).svd.patched -o .
rm -r src
form -i lib.rs -o src/
rm lib.rs

Expand Down

0 comments on commit 0a73224

Please sign in to comment.