++cleanup

This commit is contained in:
Nico Schottelius 2019-07-30 14:46:11 +02:00
parent fd72417487
commit eb1ead4ca3
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
all: ucloud-networking.png ucloud-vm-states.png
clean:
rm -f *.png
%.png: %.dot
echo dot -Tpng < $< > $@
dot -Tpng < $< > $@