summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-09-13 21:59:04 -0400
committerrsiddharth <s@ricketyspace.net>2019-09-13 21:59:36 -0400
commitf3a4f28b520d8652c179c566d17884476c9de2a8 (patch)
treedd33691d3f2ebcf01fa767ac5248e2d4a232277b /Makefile
parent949c3b4a4da54ebcc4c9f229bddae546972f7045 (diff)
Makefile: Change VENV_DIR.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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