Files
lt16lab/documentation/figures/Makefile
Thomas Fehmel 657a54ba18 Initial Commit
2016-10-18 14:21:45 +02:00

12 lines
123 B
Makefile

SVGS= $(wildcard *.svg)
IMGS= $(SVGS:.svg=.pdf)
all: $(IMGS)
%.pdf: %.svg
inkscape -z -T -A $@ $<
clean:
rm -f *.pdf