1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00
This commit is contained in:
Bastian Venthur
2021-03-12 16:43:23 +01:00
parent 59d7d2bb71
commit 96e2eb76d4

View File

@@ -1,7 +1,9 @@
PY3 = python3
VENV = venv
ifeq ($(OS), Windows_NT)
BIN=$(VENV)/Scripts
PY=python3.exe
else
BIN=$(VENV)/bin
endif