5 lines
47 B
Makefile
5 lines
47 B
Makefile
|
default: run
|
||
|
|
||
|
run:
|
||
|
pipenv run python3 main.py
|