diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-04 15:13:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-04 15:13:05 +0300 |
| commit | ade6c544dc474fd32378067b7b179580495fcb84 (patch) | |
| tree | 2ab500780a815daa7fd72f8670fe51c44018b3b0 /Makefile | |
| parent | 688a2b313e6d20044e0d32c7fa6309d183f2400f (diff) | |
Enforce photoalbum generated script drift check (5j0)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ |
