aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ab48c07..ab35362 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-i3venv = ~/.local/share/i3/venv
+i3venv = "$(HOME)"/.local/share/i3/venv
$(i3venv):
mkdir -p "$(i3venv)"