diff --git a/Makefile b/Makefile index 641f03d..001e0c7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ WORKDIR?=. -VENVDIR ?= $(WORKDIR)/.aprsd-venv +VENVDIR ?= $(WORKDIR)/.venv .DEFAULT_GOAL := help