summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-04 15:13:05 +0300
committerPaul Buetow <paul@buetow.org>2026-06-04 15:13:05 +0300
commitade6c544dc474fd32378067b7b179580495fcb84 (patch)
tree2ab500780a815daa7fd72f8670fe51c44018b3b0 /Makefile
parent688a2b313e6d20044e0d32c7fa6309d183f2400f (diff)
Enforce photoalbum generated script drift check (5j0)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c329da1..4159c00 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all build clean deinstall install shellcheck test uninstall version
+.PHONY: all build check-generated clean deinstall install shellcheck test uninstall version
-all build clean deinstall install shellcheck test uninstall version:
+all build check-generated clean deinstall install shellcheck test uninstall version:
just $@