Browse Source

Fix self documenting make on Linux, close #67

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

2
{{ 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')

Loading…
Cancel
Save