From 7f3c3f31175556b8e475bda26bd260bc7df3fbd1 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Tue, 10 Dec 2019 21:10:32 +0600 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 13c9c14..88b9064 100644 --- a/Makefile +++ b/Makefile @@ -4,10 +4,10 @@ export BUILD_HARNESS_PATH ?= $(shell until [ -d "build-harness" ] || [ "`pwd`" = .PHONY : init ## Init build-harness -init: +init:: @curl --retry 5 --retry-delay 1 https://raw.githubusercontent.com/cloudposse/build-harness/master/bin/install.sh | bash .PHONY : clean ## Clean build-harness -clean: +clean:: @rm -rf $(BUILD_HARNESS_PATH)