Initial commit
This commit is contained in:
commit
bd085e05eb
4 changed files with 50 additions and 0 deletions
9
img/Makefile
Normal file
9
img/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
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