Skip to content

Commit 5cc3192

Browse files
committed
Add PROJECT_DIR absolute path as variable in Makefile, per drivendataorg#65
1 parent a6a8c66 commit 5cc3192

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# GLOBALS #
55
#################################################################################
66

7+
PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
78
BUCKET = {{ cookiecutter.s3_bucket }}
89
PROJECT_NAME = {{ cookiecutter.repo_name }}
910
PYTHON_INTERPRETER = {{ cookiecutter.python_interpreter }}

0 commit comments

Comments
 (0)