C-Makefiles
A make- is a build automation tool used to compile and build projects.
Very useful if you have multiple source files.
Makefile is just a configuration file that specifies how the project should be built(rules) and the dependencies between different f...
skanyingi.hashnode.dev3 min read