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

7 lines
161 B
Makefile

@part PART INPUT_FILE="inputs/puzzle.txt":
gnatmake -q -gnat2020 part_{{PART}}
./part_{{PART}} {{INPUT_FILE}}
clean:
rm *.ali *.o part_one part_two