mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-04-17 03:51:34 +02:00

Changes to the bootloader source were not being noticed by cargo when recompiling sc64deployer. We can use [rerun-if-changed](https://doc.rust-lang.org/cargo/reference/build-scripts.html#rerun-if-changed) to instruct cargo to rerun the `build.rs` script if there were any changes to any file inside `bootloader/src/` (recursively).