From 909bfb61bafb7b0cf1e487221203060d8ed9ec0c Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 29 Jan 2020 20:34:38 +1100 Subject: [PATCH] Less echo in Makefile --- v2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v2/Makefile b/v2/Makefile index 04cff7e..d23836d 100644 --- a/v2/Makefile +++ b/v2/Makefile @@ -1,6 +1,6 @@ all: - echo "Available targets:" - echo "- deploy" + @echo "Available targets:" + @echo "- deploy" deploy: rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/