diff --git a/Makefile b/Makefile index 1a671b5..f31711d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VENV = venv ifeq ($(OS), Windows_NT) BIN=$(VENV)/Scripts - PY=python3.exe + PY=python.exe else BIN=$(VENV)/bin endif