9 lines
138 B
Makefile
9 lines
138 B
Makefile
img2typ:
|
|
python ./scripts/img2typ.py
|
|
|
|
solve: img2typ
|
|
python ./scripts/solve.py
|
|
|
|
generate: solve
|
|
python ./scripts/gen_index.py
|