Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aneeshsharma committed Feb 9, 2022
1 parent 8c69e66 commit 2a24def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a24def

Please sign in to comment.