Add makefile
This commit is contained in:
parent
0fc5a5280d
commit
fd72417487
3 changed files with 14 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
all: ucloud-networking.png ucloud-vm-states.png
|
||||
|
||||
%.png: %.dot
|
||||
echo dot -Tpng < $< > $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue