formation-re2o-cotisations/Makefile

14 lines
187 B
Makefile
Raw Normal View History

2021-07-10 19:42:45 +00:00
# Makefile for presentation
.PHONY: presentation.pdf all clean
all: presentation.pdf
presentation.pdf: presentation.tex
latexmk -use-make $<
cleanall:
latexmk -C
clean:
latexmk -c