Fix self documenting make on Linux, close #67
This commit is contained in:
parent
5cc3192a52
commit
f3980db66c
|
@ -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')
|
||||||
|
|
Loading…
Reference in New Issue