feat: add proper local stow package targets to Makefile #11
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/stow-local-targets"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add structured support for the local stow package in the Makefile, following the existing patterns used by other packages (e.g.,
stow_rclone).Changes
local)~/.local/share/applicationsstow -DThe
localpackage was already inCONFIG_DIRSbut lacked its own targets and variable definition. This aligns it with howrcloneis handled while keeping the genericstow_%rule for common packages.Testing
make -n stow_local— dry run shows cleanup + stowmake -n stow_all— includesstow_localin the loopmake -n clean— dry run shows unstow for all packagesAll targets parse and execute correctly (validated with GNU Make 4.4.1).
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.