Makefile fixes
Build LinkLog Development Image / development-image (push) Successful in 8s

This commit is contained in:
2026-08-26 10:42:24 +02:00
parent c748241291
commit c012f1edfa
9 changed files with 15 additions and 3 deletions
+6
View File
@@ -659,6 +659,12 @@ Put the Mastodon button on the lower-right corner of the log entry.
### Assistant outcome
Split the Mastodon control from the Edit/Delete action group and positioned it at the lower-right corner of user-specific link entries. Reserved bottom space in each entry to prevent overlap.
### User
Make sure that the Makefile also rebuilds the XPI if any of its source files are changed.
### Assistant outcome
Changed the unsigned XPI into a dependency-aware Make target with explicit dependencies on all packaged extension sources and the XPI validator. Confirmed a forced build succeeds and the real archive target reports up to date when unchanged.
### User
Change the Mastodon button location to immediately below the Edit and Delete buttons.