Remove output log
This commit is contained in:
parent
bed3d58260
commit
c458652c7a
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -10,7 +10,7 @@ run: _output-folder
|
|||
rustfmt src/bin/{{day}}.rs
|
||||
cargo clippy
|
||||
# Hide warning here because we just ran clippy
|
||||
RUSTFLAGS=-Awarnings cargo run --release --bin {{day}} | tee "output/{{day}}.log"
|
||||
RUSTFLAGS=-Awarnings cargo run --release --bin {{day}}
|
||||
|
||||
# Begin working on todays problem. Downloads input, creates template and opens the problem and code.
|
||||
begin: _input-folder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue