Add makefile

This commit is contained in:
Nico Schottelius 2019-07-30 14:45:14 +02:00
commit fd72417487
3 changed files with 14 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
all: ucloud-networking.png ucloud-vm-states.png
%.png: %.dot
echo dot -Tpng < $< > $@