Relative Content

Tag Archive for bashmakefile

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.