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

7 lines
148 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
erl -compile common.erl
escript part_{{PART}}.erl {{INPUT_FILE}}
clean:
rm -f *.beam *.dump