Makefile don’t equal C

Author:

Makefiles are used in most Unix C or even C++ programs. But nowhere does it say that they can’t be used for
other languages. Make is a program installed with most Linux distributions, and on most Unix systems too.
Makefiles make your program portable, and easy to compile. These files can be used in C, C++, Java, and
any program that requires compilation.
Make has so many useful applications. Feel free to explore them for your programs.

Leave a Reply

Your email address will not be published. Required fields are marked *