7 lines
148 B
Makefile
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
|