4 lines
34 B
Makefile
4 lines
34 B
Makefile
|
|
.PHONY: art
|
||
|
|
|
||
|
|
art:
|
||
|
|
python3 main.py
|