ladder-calculus/beamer/sea-of-types/makefile

9 lines
122 B
Makefile
Raw Permalink Normal View History

2024-09-23 23:06:05 +02:00
TARGETS=$(shell find -name '*.dot' | sed -E 's~\.dot~\.png~')
all: $(TARGETS)
%.png: %.dot
dot -Tpng $< -o target/$@