advent-of-code/2021/day-03/Justfile

3 lines
84 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
perl part_{{PART}}.pl {{INPUT_FILE}}