Y
Hacker News
new
|
ask
|
show
|
jobs
by
matthewbauer
2225 days ago
How does it deal with wildcard rules? I would bet it gets complicated when you start having chained wildcard rules that have also side effects.
1 comments
dima55
2225 days ago
There's --targets and --tasks to handle such things, but it really depends on the Makefile in question. If you really want to know how it behaves, apt install remake.
link