5 lines
37 B
Makefile
5 lines
37 B
Makefile
|
|
||
|
.PHONY: all
|
||
|
all:
|
||
|
python3 ./main.py
|