aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadon Rosborough <radon.neon@gmail.com>2019-07-10 22:50:01 -0700
committerRadon Rosborough <radon.neon@gmail.com>2019-07-10 22:50:01 -0700
commit1d7eb306cf38b5b7ec79a041cfec0bd1142c34aa (patch)
tree18a04e9b2a99dce61edc00e8584f417685101bad
parent55ee664caa2c9de2ff61d7f34b2ba1fc49acb4dd (diff)
Shorten line
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c081d72..c0b78d4 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ clean: ## Remove build artifacts
@rm -f *.elc
.PHONY: docker
-docker: ## Start a Docker shell with source code and given Emacs VERSION
+docker: ## Start a Docker shell; e.g. make docker VERSION=25.3
@scripts/docker.bash $(VERSION)
.PHONY: help