1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 05:18:38 -04:00

Change virtual env name to .venv

This commit is contained in:
2024-10-29 09:52:18 -04:00
parent 14274c93b5
commit 882e90767d
+1 -1
View File
@@ -1,5 +1,5 @@
WORKDIR?=.
VENVDIR ?= $(WORKDIR)/.aprsd-venv
VENVDIR ?= $(WORKDIR)/.venv
.DEFAULT_GOAL := help