Tweaks to make ttl validators happy
[carla.git] / data / presentation / lac2018 / Makefile
blob65e90df48658eda253afa5132f172530b8f23e46
1 SAMPLES=lac2018.pdf
3 all: $(SAMPLES)
5 clean: cleantmp
6 rm -f *.pdf
8 cleantmp:
9 rm -f *.aux
10 rm -f *.bbl
11 rm -f *.blg
12 rm -f *.log
14 %.pdf: %.tex
15 pdflatex "$<"
17 .PHONY:all clean