Hi,
I am working on some project my boss sent to me. After unzipping, this is the structure of the files:
executable_file config.mk doc include lib
Makefile sources
I have only worked with "usual"
Makefile projects. But I do not undersatnd the meaning of config.mk here.
Do you know which kind of "build" structure
…