improve directory structure
This commit is contained in:
parent
54b9d4c06d
commit
355d09145d
81 changed files with 5366 additions and 0 deletions
beamer/sea-of-types
8
beamer/sea-of-types/makefile
Normal file
8
beamer/sea-of-types/makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
TARGETS=$(shell find -name '*.dot' | sed -E 's~\.dot~\.png~')
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
%.png: %.dot
|
||||
dot -Tpng $< -o target/$@
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue