Fix self documenting make on Linux, close #67

This commit is contained in:
Isaac Slavitt 2017-03-27 15:37:41 +02:00
parent 5cc3192a52
commit f3980db66c
1 changed files with 1 additions and 1 deletions

View File

@ -130,4 +130,4 @@ show-help:
} \ } \
printf "\n"; \ 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')