How to build programs using the make command
make is a utility for building programs. make concepts, predefined and automatic variables, implicit and pattern rules are explained.
0 Comments
September 21, 2018
make is a utility for building programs. make concepts, predefined and automatic variables, implicit and pattern rules are explained.
A tutorial for building programs using the make utility. makefile structure, prerequisites, phony targets and variables are explained.