6 lines
104 B
Makefile
6 lines
104 B
Makefile
MAPS=geometromap geometromap_solarized
|
|
|
|
all: $(addsuffix .pdf,$(MAPS))
|
|
|
|
%.pdf: %.svg
|
|
inkscape -A $@ $<
|