Skip to content

znck/makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Makefile

A generic Makefile for small/medium project.

Project directory structure

  • project/ - Project folder
    • project/src - All .cpp files (sub folders also included)
    • project/inc - All .h files

Usage:

  • make clean - to delete all output files
  • make build - to build only
  • make all - to compile and link
  • make run - to compile, link and run

Download:

curl -sO https://raw.githubusercontent.com/znck/makefile/master/Makefile

or

curl -sLS https://goo.gl/n2NCcD > Makefile

About

A generic Makefile for small/medium project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages