Makefile for C/C++ programs on Linux Platforms
English
Beginner
1 hour
Automate Building C/C++ projects using Makefile
Should be familiar with how to compile the C/C++ programs using gcc compiler on linux platform
You must give up the unprofessional habit of compiling and building your projects using individual compiler commands. This is not only a tedious task, but also very cumbersome and time consuming.
This is a short quick course which enable you learn writing GNU Makefiles in 30 minutes. Using Makefiles you can easily automate building/compilation/linking your software projects in C/C++.
College grads
Working Professional
Programming enthisiasts