In this question about compiling c code in a Module::Build module, it was suggested to use c_source
to specify the location of the c/c++ source code.
This configuration option results in compiling the source to object files, and adding the directory to the linker's search path.
I would like to know if a similar configuration can be achieved, where all .c
files are compiled to standalone executables, and installed next to the bin/
scripts.