garage/doc/talks/2022-06-23-stack/Makefile

6 lines
261 B
Makefile
Raw Normal View History

2022-06-22 12:24:03 +00:00
talk.pdf: talk.tex assets/consistent_hashing_1.pdf assets/consistent_hashing_2.pdf assets/consistent_hashing_3.pdf assets/consistent_hashing_4.pdf assets/garage_tables.pdf
pdflatex talk.tex
assets/%.pdf: assets/%.svg
inkscape -D -z --file=$^ --export-pdf=$@