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