1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +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)
BIN=$(VENV)/Scripts
PY=python3.exe
PY=python.exe
else
BIN=$(VENV)/bin
endif