Files
Excel-project/makefile
2025-10-27 18:50:07 +03:00

4 lines
73 B
Makefile

VENV=source ./.venv/bin/activate;
.PHONY: run
run:
$(VENV) python run.py