How can I order make command in the Makefile to execute recursively in all subdirectories make commands (defined in the Makefile in the subdirectories)
make
P.S. A code snippet from my answer to a different yet related question could be used as a rough approximation.