From afc60764b95e13f89d6cc7f4e25c484f339b8a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 8 May 2015 22:50:02 +0300 Subject: Fix make help formatting --- plugins/shell.mk | 2 +- plugins/xref.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/shell.mk b/plugins/shell.mk index 4e7e97e..6636b92 100644 --- a/plugins/shell.mk +++ b/plugins/shell.mk @@ -15,7 +15,7 @@ ALL_SHELL_DEPS_DIRS = $(addprefix $(DEPS_DIR)/,$(SHELL_DEPS)) help:: @printf "%s\n" "" \ "Shell targets:" \ - " shell Run an erlang shell with SHELL_OPTS or reasonable default" + " shell Run an erlang shell with SHELL_OPTS or reasonable default" # Plugin-specific targets. diff --git a/plugins/xref.mk b/plugins/xref.mk index cd1cc64..b6e4d92 100644 --- a/plugins/xref.mk +++ b/plugins/xref.mk @@ -21,7 +21,7 @@ XREFR_URL ?= https://github.com/inaka/xref_runner/releases/download/0.2.0/xrefr help:: @printf "%s\n" "" \ "Xref targets:" \ - " xref Run Xrefr using $XREF_CONFIG as config file if defined" + " xref Run Xrefr using $XREF_CONFIG as config file if defined" distclean:: distclean-xref -- cgit v1.2.3