diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index 6184037..27cefaf 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -130,4 +130,4 @@ show-help: } \ printf "\n"; \ }' \ - | more $(shell test $(shell uname) == Darwin && echo '--no-init --raw-control-chars') + | more $(shell test $(shell uname) = Darwin && echo '--no-init --raw-control-chars')