From 96e2eb76d4578095bce029aa6ce101be3edd9357 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Fri, 12 Mar 2021 16:43:23 +0100 Subject: [PATCH] bleh --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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