Skip to content

d-mironov/simple-cpp-makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ Makefile Project

This is a very simple C++ Makefile project that can be used as a template.

Usage

  • make/make all: Builds all .cpp files and compiles a binary to ./output.
  • make run: Builds with make all and runs the binary located int ./output.
  • make clean: Removes the build directory where the binary and all the .o (object files) are located.

About

Simple C++ Makefile project to use as a template

Resources

License

Stars

Watchers

Forks

Packages

No packages published