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
- Host: GitHub
- URL: https://github.com/itay-grudev/makefile
- Owner: itay-grudev
- License: mit
- Created: 2014-11-15T00:27:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T12:39:00.000Z (over 10 years ago)
- Last Synced: 2025-01-17T11:12:27.365Z (9 months ago)
- Topics: example, make, makefil, makefile-template, wildcard
- Language: Makefile
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.