Hello everyone,
I'm looking for some advice on a slightly offbeat topic related to the Nordic SDK.
I'd like to modify the Makefile of one of the SDK examples so that it displays a custom message at the end of the compilation process, similar to how STM32 does it (number of errors and warning, and time it took to compile).

Could someone guide me on how to achieve this? Should I edit the main Makefile, or is it necessary to adjust the common Makefile?
Thanks for your help!