Skip to content
Snippets Groups Projects
Commit 803b8e99 authored by erwan's avatar erwan
Browse files

New: add dependencies graphs in guides/contributors

parent bbc64838
No related branches found
No related tags found
No related merge requests found
PDF=module-deps.pdf dune-deps.pdf
dep: $(PDF)
module-deps.dot:
git ls-files ../.. | depgraph -i "test" -i "tools" | tred > $@
dune-deps.dot:
dune-deps ../.. > $@
%.pdf: %.dot
dot -Tpdf $< > $@
clean:
rm $(PDF) *.dot
see:
see $(PDF)
......@@ -4,6 +4,10 @@ Self-stabilizing Algorithms SimulAtor
Contributors Guide
file:dune-deps.pdf
file:module-dep.pdf
* Releases Notes
https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/sasa/releases
......
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment