Skip to content

lostella/SimpleMakefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleMakefile

Template Makefile for small- and medium-sized C/C++ projects.

This Makefile assumes that all source files (.c or .cpp) are in the same directory, will compile each one of them separately and then link the resulting objects together in the executable.

Usage

  1. Put Makefile in the directory of your C/C++ project.
  2. Edit the first lines (compiler to use, name of the target, list of source files).
  3. Hit make in the terminal.

About

a simple Makefile template for small-medium C/C++ projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors