[IMP] Move old directories to new one with year date

This commit is contained in:
Olivier DOSSMANN
2016-05-17 15:59:58 +02:00
parent d21d7d96b6
commit 64012ae137
75 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