From 2a24defdb2634574f8ce18ed1122d6d1dcba4f3c Mon Sep 17 00:00:00 2001 From: aneeshsharma Date: Wed, 9 Feb 2022 09:39:54 +0530 Subject: [PATCH] comment --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f3f7fc9..cb18d0f 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ LD_FLAGS='-extldflags "-static"' all: build/azure_functions.zip build/azure_functions.zip: AzureFunctions/handler + # Create directory for build mkdir -p build cd AzureFunctions && zip -r ../build/azure_functions.zip * # Display size of output zip