Browse Source

Add PROJECT_DIR absolute path as variable in Makefile, per #65

main
Isaac Slavitt 8 years ago
parent
commit
5cc3192a52
  1. 1
      {{ cookiecutter.repo_name }}/Makefile

1
{{ cookiecutter.repo_name }}/Makefile

@ -4,6 +4,7 @@
# GLOBALS # # GLOBALS #
################################################################################# #################################################################################
PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
BUCKET = {{ cookiecutter.s3_bucket }} BUCKET = {{ cookiecutter.s3_bucket }}
PROJECT_NAME = {{ cookiecutter.repo_name }} PROJECT_NAME = {{ cookiecutter.repo_name }}
PYTHON_INTERPRETER = {{ cookiecutter.python_interpreter }} PYTHON_INTERPRETER = {{ cookiecutter.python_interpreter }}

Loading…
Cancel
Save