How to write a Makefile
by tspradeepkumar • January 27, 2012 • Linux, Linux Kernel Programming • 1 Comment
Assume there are more number of source files to be compiled using a set of commands everytime is a tedious process. So there is a facility to compile everything at a stretch is by the use of a Makefile. The makefile can be named as either “Makefile” or “makefile”. Let me define four files...
Read more →