🟢 🔁 Stable | A collection of makefiles "libraries", to use in (almost) all your projects.
Go to file
2021-07-23 15:39:52 +02:00
graphviz.mk Fill content for graphviz, mocodo & plantuml 2021-07-23 15:39:44 +02:00
Makefile Initial import 2021-07-15 00:38:16 +02:00
mocodo.mk Fill content for graphviz, mocodo & plantuml 2021-07-23 15:39:44 +02:00
mypaint.mk Add mypaint file 2021-07-23 15:39:52 +02:00
plantuml.mk Fill content for graphviz, mocodo & plantuml 2021-07-23 15:39:44 +02:00
README.md Update README.md 2021-07-15 00:43:29 +02:00

Makefiles Forever

A drop-in collection of makefiles libraries for your projects

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 https://github.com/glenux/makefiles-forever .makefiles
    
  • Include needed features in the end of your makefile
    # [...]
    
    -include .makefiles/featureA.mk
    -include .makefiles/featureB.mk  
    

Good practices

  • Keep task parallelism in mind
    • Make all targets available from root makefile
    • Do not descend in subdirectories