Skip to content

Yogesh17IITM/Makefiles_Tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

Makefiles Tutorial

Structure of basic Makefile

target: dependencies

[tab] system command

Following files have been used for demonstrating Basic Makefiles.

  1. hello.cpp
  2. main.cpp
  3. factorial.cpp
  4. function.h

The same has been utilised for Advanced also. So kindly copy those files to the Advanced directory.

The code is tested in Linux environment (Ubuntu). Requirements: GNU make, GCC compiler

About

Run your commands using Makefile (automation)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published