From f3a4f28b520d8652c179c566d17884476c9de2a8 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 13 Sep 2019 21:59:04 -0400 Subject: Makefile: Change VENV_DIR. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9da525b..aa2caa6 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ # This file is part of dingy. # -VENV_DIR=/usr/local/virtualenv/dingy +VENV_DIR=/usr/local/virtualenv/.dingy VENV_CMD=virtualenv-3 -- cgit v1.2.3