summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJay Swain <jswain@gitlab.com>2025-06-04 11:07:47 -0700
committerJay Swain <jswain@gitlab.com>2025-06-04 11:07:47 -0700
commitf6ebf2b27255c218d1b4e771ac4aaa129b74443e (patch)
treedf68a650154429b5d233e695124e9fec71ddd360 /Makefile
parentd66380a31b2bc241b5a4264de2aefe936089a034 (diff)
add pip install dumb-init to make setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a818e7f..367f6ea 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ setup:
else \
echo "Homebrew not found, skipping brew bundle"; \
fi
+ @echo "Installing Python dependencies..."
+ pip install dumb-init
build: bin/authzd bin/sparkled