Initial commit (TFM Carlos)

This commit is contained in:
Carlos Galindo 2019-10-18 08:54:33 +00:00
commit d7d30674fe
24 changed files with 889 additions and 0 deletions

9
img/Makefile Normal file
View file

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