summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3de2ce8..a818e7f 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,12 @@ setup:
@go mod tidy
@go mod vendor
@go tool
+ @if command -v brew >/dev/null 2>&1; then \
+ echo "Installing Homebrew packages..."; \
+ brew bundle; \
+ else \
+ echo "Homebrew not found, skipping brew bundle"; \
+ fi
build: bin/authzd bin/sparkled