improve directory structure

This commit is contained in:
Michael Sippel 2024-09-29 22:52:59 +02:00
parent 54b9d4c06d
commit 355d09145d
Signed by: senvas
GPG key ID: F96CF119C34B64A6
81 changed files with 5366 additions and 0 deletions
beamer/sea-of-types

View file

@ -0,0 +1,8 @@
TARGETS=$(shell find -name '*.dot' | sed -E 's~\.dot~\.png~')
all: $(TARGETS)
%.png: %.dot
dot -Tpng $< -o target/$@