From 290cae07c7eae6aa330df587af044df3306fa842 Mon Sep 17 00:00:00 2001
From: Benjamin Bergia <benjamin.bergia@otms.cn>
Date: Wed, 9 Aug 2017 15:24:36 +0800
Subject: Convert the run target to double-colon

---
 plugins/relx.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/relx.mk b/plugins/relx.mk
index 9b983f9..267d899 100644
--- a/plugins/relx.mk
+++ b/plugins/relx.mk
@@ -54,7 +54,7 @@ distclean-relx-rel:
 # Run target.
 
 ifeq ($(wildcard $(RELX_CONFIG)),)
-run:
+run::
 else
 
 define get_relx_release.erl
@@ -78,7 +78,7 @@ ifeq ($(PLATFORM),msys2)
 RELX_REL_EXT := .cmd
 endif
 
-run: all
+run:: all
 	$(verbose) $(RELX_OUTPUT_DIR)/$(RELX_REL_NAME)/bin/$(RELX_REL_NAME)$(RELX_REL_EXT) console
 
 help::
-- 
cgit v1.2.3