tfm-report/img/Makefile

10 lines
128 B
Makefile
Raw Normal View History

2019-10-23 18:29:54 +02:00
dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/')
2019-10-18 10:54:33 +02:00
all: $(dotfiles)
%.pdf: %.dot
dot -Tpdf $< -o $@
clean:
rm -f *.pdf