Post-target in Makefile
I have a Makefile with several targets, and I want to automatically run a target named “collect metrics” after any target is called. I’m trying to figure out how to add this post-target execution without manually adding it to hundreds of targets.
How to break looped command in Bash, specially in make recipe
I have this make recipe.