Formatting changes, called 'cargo fmt'
Continuous integration / build (push) Has been cancelled

This commit is contained in:
2025-02-22 03:09:46 +00:00
parent 34213ca744
commit f5f5aeb8dc
10 changed files with 17 additions and 29 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
use cc;
use std::process::Command;
use std::{env, path::Path};
use cc;
fn main() {
// Tell cargo to rerun if these files change
println!("cargo:rerun-if-changed=src");
println!("cargo:rerun-if-changed=linker.ld");
println!("cargo:rerun-if-changed=../config/limine.conf");
}
}