++cleanup
This commit is contained in:
parent
fd72417487
commit
eb1ead4ca3
2 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -1,4 +1,7 @@
|
||||||
all: ucloud-networking.png ucloud-vm-states.png
|
all: ucloud-networking.png ucloud-vm-states.png
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f *.png
|
||||||
|
|
||||||
%.png: %.dot
|
%.png: %.dot
|
||||||
echo dot -Tpng < $< > $@
|
dot -Tpng < $< > $@
|
||||||
|
|
Loading…
Reference in a new issue