py-make
py-make copied to clipboard
Makefiles with source files in different directories
I have Makefiles in several subdirectories but I would like to create a Makefile in the root directory of the project which builds all the Makefiles in my subdirectories. Is this possible and if it is, how so? Thanks !
Unfortunately file modularization is not supported at this point, all the commands need to reside in a single Makefile. There is currently no logic to load other Makefiles.