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