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

7 lines
163 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
crystal build --error-trace part_{{PART}}.cr
./part_{{PART}} {{INPUT_FILE}}
clean:
rm -f part_one part_two