py-make icon indicating copy to clipboard operation
py-make copied to clipboard

Makefiles with source files in different directories

Open pshankinclarke opened this issue 5 years ago • 1 comments

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 !

pshankinclarke avatar Dec 25 '20 06:12 pshankinclarke

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.

lrq3000 avatar Jan 27 '21 02:01 lrq3000