Relative Content

Tag Archive for makefilegnu-make

Count of errors during build while using Make

Most IDEs display the number of errors encountered during the build process. How can we see the same count of errors if we are just using ‘make’ to do a build? Does ‘make’ support reporting such an error count?

Makefile: implicit rule with sub dirs

How to write an implicit rule to cover all sources in a sub directory with more sub directories and build objects in the current directory? Here is an example: