So, I have a Makefile which runs different commands of how to build S/W. I execute make
from within a MSYS / MinGW enviroment.
I found for example, the sleep <seconds>
command, but this only delays the execution. How can I make it wait for a key being pressed, for example?