Dev: Reformat Makefile

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-09-12 13:11:52 +02:00
parent 7bed1cd46a
commit b894079f62

View File

@@ -257,7 +257,7 @@ dep-codex:
@if command -v sudo >/dev/null 2>&1; then \
sudo npm install -g --location=global --no-fund --no-audit "@openai/codex@latest"; \
else \
npm install -g --location=global --no-fund --no-audit "@openai/codex@latest"; \
npm install -g --location=global --no-fund --no-audit "@openai/codex@latest"; \
fi
dep-go:
go build -v ./...