Makefile don't equal C
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.
keyword : makefile howto
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.
keyword : makefile howto









0 Comments:
Post a Comment
<< Home