1
0
Fork 0

Remove output log

This commit is contained in:
Lars Martens 2023-12-06 14:05:44 +01:00
parent bed3d58260
commit c458652c7a
Signed by: haselkern
GPG key ID: B5CF1F363C179AD4

View file

@ -10,7 +10,7 @@ run: _output-folder
rustfmt src/bin/{{day}}.rs rustfmt src/bin/{{day}}.rs
cargo clippy cargo clippy
# Hide warning here because we just ran 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 working on todays problem. Downloads input, creates template and opens the problem and code.
begin: _input-folder begin: _input-folder