advent-of-code/2022/day-01/Justfile

6 lines
118 B
Makefile

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