Files
rasp/build.rs
Alek Ratzloff 219da3c3c2 Run rustfmt
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-09 16:47:38 -04:00

6 lines
86 B
Rust

use rerun_except::rerun_except;
fn main() {
rerun_except(&["*.asm"]).unwrap();
}