Skip to content

A general cpp makefile template for mutiple exectuable files.

Notifications You must be signed in to change notification settings

YuxuanXie/Cpp_Makefile_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

A template for c++ project

This project consists of four directories:

  • src : cpp files
  • build : object files, dependency files and executable files
  • include : hpp files
  • test : cpp files for executable files

How to run :

1. cd project
2. mkdir build
3. make

About

A general cpp makefile template for mutiple exectuable files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published