An open API service indexing awesome lists of open source software.

https://github.com/itay-grudev/makefile

An example Makefile template with support for sources in multiple directories
https://github.com/itay-grudev/makefile

example make makefil makefile-template wildcard

Last synced: 2 months ago
JSON representation

An example Makefile template with support for sources in multiple directories

Awesome Lists containing this project

README

          

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.