diff --git a/Makefile b/Makefile index 6c24739..79ff2fc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VENV = .venv +VENV ?= .venv all: # Nothing to install. Use 'make check'