Instead of a Makefile with only .PHONY recipes, what are the maintainers' thoughts on using a Justfile instead? It's similar but is specifically geared toward running commands and not building code. It has, for example, builtin support for parameters to recipes and a flag to listing all recipes.