PNGS := vrrp1/vrrp1.png

all: $(PNGS)

%.png:	%.svg
	inkscape --export-png=$@ \
		--export-background=ffffff \
		--export-background-opacity 255 \
		--export-dpi 300 \
		$<

clean:
	rm -f $(PNGS)
