summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af01e9f..3407721 100644
--- a/Makefile
+++ b/Makefile
@@ -100,3 +100,7 @@ eraseconfig:
-rm /var/lib/cobbler/profiles*
-rm /var/lib/cobbler/systems*
-rm /var/lib/cobbler/repos*
+
+graphviz:
+ dot -Tpdf docs/cobbler.dot -o cobbler.pdf
+