diff --git a/Makefile b/Makefile index 78204e1..997c5a3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,9 @@ +PY3 = python3 VENV = venv ifeq ($(OS), Windows_NT) BIN=$(VENV)/Scripts + PY=python3.exe else BIN=$(VENV)/bin endif