[go: up one dir, main page]

Today I Learned

tags


2022/02/25

that you can use variables in make targets, e.g.

path/${TO}/file: path/${TO}/other/file

2022/06/07

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.