Include asm6f assembler in repo
This commit is contained in:
2
build.rs
2
build.rs
@@ -16,7 +16,7 @@ fn main() {
|
||||
let file_name = file.file_name();
|
||||
let file_name = file_name.to_str().unwrap();
|
||||
if let Some(file_name) = file_name.strip_suffix(".asm") {
|
||||
let mut proc = std::process::Command::new("/home/matthew/asm6f/asm6f")
|
||||
let mut proc = std::process::Command::new("./asm6f")
|
||||
.arg(file.file_name())
|
||||
.arg(format!("{name}/{file_name}.nes"))
|
||||
.current_dir("src/test_roms")
|
||||
|
||||
Reference in New Issue
Block a user