graphiques ajoutés.

This commit is contained in:
2011-07-06 16:47:15 +02:00
parent 183bb18dd9
commit 57546cda47
3 changed files with 59 additions and 0 deletions

17
GULL/graphiques/Makefile Normal file
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