code added
This commit is contained in:
parent
ecdb02164c
commit
01296e998e
13 changed files with 430 additions and 0 deletions
7
docs/Makefile
Normal file
7
docs/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: ucloud-networking.png ucloud-vm-states.png
|
||||
|
||||
clean:
|
||||
rm -f *.png
|
||||
|
||||
%.png: %.dot
|
||||
dot -Tpng < $< > $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue