Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makefile: fix shell tab-completions (#147)
Shell tab-completions are currently broken due to the regeneration of `make_config.mk` on every invocation, which also causes a make restart. Prevent regeneration if the file exists and we're in an invocation that doesn't execute rule recipes (-n or -q).
- Loading branch information