diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index aee027d..d0c6f4f 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -4,6 +4,7 @@ # GLOBALS # ################################################################################# +SHELL := /bin/bash PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) BUCKET = {{ cookiecutter.s3_bucket }} PROFILE = {{ cookiecutter.aws_profile }}