Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn Writing GNU Makefile in 30 minutes
Rating: 4.3 out of 5(103 ratings)
2,801 students

Learn Writing GNU Makefile in 30 minutes

Makefile for C/C++ programs on Linux Platforms
Last updated 3/2021
English

What you'll learn

  • Automate Building C/C++ projects using Makefile

Course content

1 section6 lectures35m total length
  • Introducing Makefile5:08
  • Join Telegram Group0:13
  • Makefile Analogy - Dependency Tree5:35
  • Makefile Assignmnet - Part15:41
  • Makefile Assignmnet - Part211:15
  • Final Makefile8:02

Requirements

  • Should be familiar with how to compile the C/C++ programs using gcc compiler on linux platform

Description

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++.

Who this course is for:

  • College grads
  • Working Professional
  • Programming enthisiasts