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

6 lines
86 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() {
Run rustfmt Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-03-09 16:47:38 -04:00
rerun_except(&["*.asm"]).unwrap();
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
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.5 Page: 66ms 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