Fix self documenting make on Linux, close #67
This commit is contained in:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user