[IMP] Make this repository available for more than one conference

This commit is contained in:
Olivier DOSSMANN
2014-05-28 22:18:53 +02:00
parent 6c7351f1c0
commit 8a723945b0
69 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,17 @@
statique: statique.svg statique.png
statique.svg:
dot -Tsvg statique.dot -o statique.svg
statique.png:
dot -Tpng statique.dot -o statique.png
dynamique: dynamique.svg dynamique.png
dynamique.svg:
dot -Tsvg dynamique.dot -o dynamique.svg
dynamique.png:
dot -Tpng dynamique.dot -o dynamique.png
clean:
rm -f *.png *.svg