aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-04 23:21:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-04 23:21:06 +0300
commitbca84f43861036511707e3aa76cda9ffe0638f5d (patch)
tree58d642949ed6ca4470b188cf5a7f2fe576e02b51 /Makefile
parentinitial commit (diff)
downloadjekyll-docker-bca84f43861036511707e3aa76cda9ffe0638f5d.tar.gz
jekyll-docker-bca84f43861036511707e3aa76cda9ffe0638f5d.zip
Makefile: absolute path of project_dir
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