← back to build-pages
Makefile: audit target
c814a152116e586a827b498039474e7a36e9a1d0 · 2026-05-13 15:00:29 -0700 · SteveStudio2
Files touched
Diff
commit c814a152116e586a827b498039474e7a36e9a1d0
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Wed May 13 15:00:29 2026 -0700
Makefile: audit target
---
Makefile | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 2355490..cf0254d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# build-pages — common dev targets.
# Run: make <target>
-.PHONY: help start dev smoke smoke-quiet smoke-json fleet-smoke fleet-status restart logs
+.PHONY: help start dev smoke smoke-quiet smoke-json fleet-smoke fleet-status audit restart logs
help:
@printf 'Targets:\n'
@@ -12,6 +12,7 @@ help:
@printf ' smoke-json — JSON output piped through jq\n'
@printf ' fleet-smoke — full asim+sod+build-pages smoke (~215 checks)\n'
@printf ' fleet-status — at-a-glance health digest\n'
+ @printf ' audit — fleet-status + fleet-smoke in one call\n'
@printf ' restart — pm2 restart build-pages\n'
@printf ' logs — pm2 logs --nostream\n'
@@ -36,6 +37,11 @@ fleet-smoke:
fleet-status:
~/Projects/_shared/scripts/fleet-status.sh
+audit:
+ @~/Projects/_shared/scripts/fleet-status.sh
+ @echo
+ @~/Projects/_shared/scripts/fleet-smoke.sh
+
restart:
pm2 restart build-pages
← 29d618d ui: visible export affordances — fleet.csv in footer + commi
·
back to build-pages
·
seo: theme-color meta (light + dark variants matching CSS pa d4bc9ad →