From 074d59a4c88fdb7b4711ccf44672962ff8abcb92 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 24 Oct 2018 18:00:11 +0200 Subject: [PATCH] Makefile without sh command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1bd83788..b9aabd01 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ build-%: - sh ./scripts/docker-build.sh $* + ./scripts/docker-build.sh $* sync-%: - sh ./scripts/s3sync.sh $* \ No newline at end of file + ./scripts/s3sync.sh $* \ No newline at end of file