Write schema of slides

This commit is contained in:
Carlos Galindo 2019-12-13 02:07:46 +01:00
parent bd085e05eb
commit f6c407e074
7 changed files with 102 additions and 2 deletions

View file

@ -1,9 +0,0 @@
dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/')
all: $(dotfiles)
%.pdf: %.dot
dot -Tpdf $< -o $@
clean:
rm -f *.pdf