6 lines
75 B
Makefile
6 lines
75 B
Makefile
VENV=source .venv/bin/activate;
|
|
.PHONY:
|
|
run
|
|
|
|
run:
|
|
$(VENV) python3 main.py
|