mirror of
https://github.com/RGBCube/Site
synced 2025-08-01 13:37:49 +00:00
Remove build.rs
This commit is contained in:
parent
d03a5224a1
commit
979e4c32f6
1 changed files with 0 additions and 12 deletions
12
build.rs
12
build.rs
|
@ -1,12 +0,0 @@
|
||||||
use std::process::Command;
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
println!("cargo:rerun-if-changed=build.rs");
|
|
||||||
println!("cargo:rerun-if-changed=src");
|
|
||||||
println!("cargo:rerun-if-changed=src.tar");
|
|
||||||
|
|
||||||
Command::new("tar")
|
|
||||||
.args(["-czf", "src.tar", "src"])
|
|
||||||
.output()
|
|
||||||
.expect("Failed to create tar archive");
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue