#GNU 'make'
17-Jan-94 21:51:53
Sb: #38843-#GNU 'make'
Fm: Doug Walker 71165,2274
To: Gerald Bonnstetter 71172,3141
If you're talking about the MKMK utility, you can optionally specify the list
of files to be linked into the executable. The default is "all C and C++
source files in the directory", but you can change that.
Of course, you'd end up with a different makefile for each project, but
combining them would be relatively straightforward.
–Doug