Please tell me how to use the makefile to build the project consisting of the src folder and include. Project on the C. I have three file in the src folder: main.c test.c foo.c and i have folder include with folder system where i Have file: test.h and foo.h I would like to write in the main.c, for example, #include where the system is in the folder include.
Please give an example makefile, since I find it hard to understand. Thanks for the answer!