Update make's help message

This commit is contained in:
2020-08-26 17:26:36 -07:00
parent 0cfceb976c
commit f22a6f9b0e

View File

@@ -8,5 +8,10 @@ Run `make` for a usage display:
```shell ```shell
$ make $ make
Latest: 3.1b
Usage:
make help - Display this help message
make build - Build tmux in a docker image
make extract - Extract the binaries from the docker image
``` ```