Currently we support building an executable from one C file plus zero or more object files for it to link against, but do not yet support the equivalent case in which we leave it to the C compiler driver to implicitly compile multiple C files.
See _CompileCommand_from_intercepted_command in cli/targets.py
Currently we support building an executable from one C file plus zero or more object files for it to link against, but do not yet support the equivalent case in which we leave it to the C compiler driver to implicitly compile multiple C files.
See
_CompileCommand_from_intercepted_commandincli/targets.py