beamer-intro-linux/Makefile

8 lines
135 B
Makefile
Raw Permalink Normal View History

2017-09-29 14:29:14 +00:00
diapo:
2019-01-02 21:29:31 +00:00
mkdir -p build dist
2017-09-29 14:29:14 +00:00
pdflatex -output-directory build presentazione.tex
mv build/presentazione.pdf dist
clean:
rm -rf build