2022/02/25
that you can use variables in make targets, e.g.
path/${TO}/file: path/${TO}/other/file
that you can use variables in make targets, e.g.
path/${TO}/file: path/${TO}/other/file
That 1Password has a separate SSH key type! https://developer.1password.com/docs/ssh/manage-keys/
Also, that make has a MAKEFLAGS variable that can be used in recursive calls to make: see
https://earthly.dev/blog/make-flags/. This also means you can set -r, which eliminates default rules and file actions.