make: ajout commandes rapides pour tinc

This commit is contained in:
2016-11-28 20:27:24 +01:00
parent a2ee566f15
commit be47e7c285

View File

@@ -74,3 +74,12 @@ tmpfs-umount:
tmpfs-destroy: tmpfs-umount
rmdir /mnt/tmpfs
##--------- Tinc
tinc: tinc-generate-graph tinc-show-graph
tinc-generate-graph:
tinc --pidfile=/run/tinc.grudunet.pid dump graph |dot -Tpdf -o /tmp/grudu.pdf
tinc-show-graph:
qpdfview /tmp/grudu.pdf