advent-of-code/2022/day-01/Justfile
Patrick Auernig 500d952ee3 Update solution for 2022 day 01
Rename binaries to match the other days
2022-12-07 23:00:22 +01:00

6 lines
119 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
cargo run --bin part_{{PART}} -- {{INPUT_FILE}}
clean:
cargo clean