1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

another attempt

This commit is contained in:
Bastian Venthur
2021-03-12 16:54:25 +01:00
parent 6a57641ec2
commit 65fdb3405a

View File

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