🟢 🔁 Stable | A collection of makefiles "libraries", to use in (almost) all your projects.
dot.mk | ||
Makefile | ||
mocodo.mk | ||
plantuml.mk | ||
README.md |
Makefiles forever
A collection of makefiles for every imaginable use
Description
- plantuml.makefile — Build plantuml diagrams
- dot.mk — Build graphviz graph diagrams
- mocodo.mk — Build mocodo entity-relation and logical diagrams
Usage
- Add this repository as a GIT submodule of your project
git submodule add
- Include needed features in your makefile
-include path/to/makefiles-forever/feature.mk
Good practices
- Keep task parallelism in mind
- Make all targets available from root makefile
- Do not descend in subdirectories