aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2017-08-17 11:00:03 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2017-08-17 11:00:03 +0200
commitfc691eabe775e46dedee8bcbf76d286290437632 (patch)
tree7b989fab8d3615b41ed57be8838daafcb93a49cf /Makefile
parent9cf6de3912a8ddf21efa0144e06dd0e5f3c5eb0c (diff)
downloaddotfiles-fc691eabe775e46dedee8bcbf76d286290437632.tar.xz
Makefile: Use $(HOME) not ~
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'Makefile')
-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)"