advent-of-code/2020/day-05/Justfile

7 lines
141 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
rustc part_{{PART}}.rs
./part_{{PART}} {{INPUT_FILE}}
clean:
rm -f part_one part_two