Closed couchand closed 4 years ago
Added rm src/generic.rs
to the clean target. Probably not necessary generally since it will get clobbered, but as I'm hacking around on svd2rust
I want to be absolutely sure it's getting the new version, and it seems like the right thing to do anyway.
Thank you very much!
Adds a check target to run
cargo check --all-features
, which I've found useful to verify I'm not totally breaking things.Also adds
all
andclean
to the.PHONY
list.