aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 06d725c..0edceac 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ SHELL := bash
.SUFFIXES:
makefile_dir := $(dir $(realpath $(firstword $(MAKEFILE_LIST))))
-project_dir := $(dir $(makefile_dir))/..
+project_dir := $(abspath $(dir $(makefile_dir))/..)
PREFIX ?= $(HOME)/.local