
all: benchmark.pdf SimpleGanGenerator.pdf



%.pdf:  %.svg
	inkscape $< -o $@ -d 600



%.svg:
	test -e $@
