6 lines
118 B
Makefile
6 lines
118 B
Makefile
@part PART INPUT_FILE="inputs/puzzle.txt":
|
|
python3 part_{{PART}}.py {{INPUT_FILE}}
|
|
|
|
clean:
|
|
rm -rf __pycache__
|