Logo
Explore Help
Sign In
intercal/rasp
1
0
Fork 0
You've already forked rasp
Code Issues Pull Requests Releases Wiki Activity
Files
63c81f07f762b6e2a5851f8c1a16e9885f519730
rasp/build.rs

8 lines
101 B
Rust
Raw Normal View History

Add rerun_except to root crate Cargo is finding more reasons to do unnecessary rebuilds, so I've added the rerun_except crate to its build.rs as well to ignore .asm files before recompiling. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-09 16:38:41 -04:00
use rerun_except::rerun_except;
fn main() {
rerun_except(&[
"*.asm",
]).unwrap();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 35ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API