By default, zsh completion for the `make` command clumps everything together: > > make target > > make variable > > file all clean foo build/ etc... This sucks, and a `zstyle` should be added to separate them like I've done with other commands.