Files
Excel-project2/makefile
2026-02-23 13:22:55 +03:00

4 lines
73 B
Makefile

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