|
|
|
|
|
by remram
1867 days ago
|
|
Makefiles can actually be quite dynamic, so a program merely trying to figure out the list of target has to execute code. For example put this in a Makefile and do `make <TAB>`, the file will be created (no need to press enter): VALUE := $(shell touch /tmp/something)
|
|
¹ https://github.com/zsh-users/zsh/blob/master/Completion/Unix...