Write schema of slides
This commit is contained in:
parent
bd085e05eb
commit
f6c407e074
7 changed files with 102 additions and 2 deletions
|
@ -1,9 +0,0 @@
|
|||
dotfiles = $(shell ls *.dot | sed -e 's/\.dot/\.pdf/')
|
||||
|
||||
all: $(dotfiles)
|
||||
|
||||
%.pdf: %.dot
|
||||
dot -Tpdf $< -o $@
|
||||
|
||||
clean:
|
||||
rm -f *.pdf
|
Loading…
Add table
Add a link
Reference in a new issue