Skip to content

An example Makefile template with support for sources in multiple directories

License

Notifications You must be signed in to change notification settings

itay-grudev/Makefile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Makefile

This is a very simple Makefile template that supports sources in multiple directories specified in the Makefile.

It is pretty straightforward, useful on a lot of simple C++ projects.

It's based on the Makefile published by Ivan Tabashki (Under WTF Public License) with minor changes and improvements.

Usage

There are some useful comments in the Makefile itself on setting it up. There is no help menu nor anything else. Just:

make
make clean

If you would like additional functionality - Feel free to add it.

License

This software is distributed under the MIT License.

About

An example Makefile template with support for sources in multiple directories

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published