This commit is contained in:
Kreyren 2020-01-15 04:30:12 +00:00
parent e960dfbed9
commit 27f894114e
3 changed files with 5 additions and 3 deletions

1
.gitignore vendored Normal file

@ -0,0 +1 @@
target

@ -2,7 +2,7 @@
use clap::{Arg, App, SubCommand};
mod output/efixme;
mod output { mod efixme; }
fn main() {
efixme::run("ping");

@ -1,5 +1,6 @@
/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11: main.rs
/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11: main.rs output/efixme.rs
/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11.d: main.rs
/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11.d: main.rs output/efixme.rs
main.rs:
output/efixme.rs: