repo.or.cz
/
carla.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Tweaks to make ttl validators happy
[carla.git]
/
data
/
presentation
/
lac2018
/
Makefile
blob
65e90df48658eda253afa5132f172530b8f23e46
1
SAMPLES
=
lac2018.pdf
2
3
all
: $(
SAMPLES
)
4
5
clean
:
cleantmp
6
rm
-
f
*
.pdf
7
8
cleantmp
:
9
rm
-
f
*
.aux
10
rm
-
f
*
.bbl
11
rm
-
f
*
.blg
12
rm
-
f
*
.log
13
14
%
.pdf
: %
.
tex
15
pdflatex
"$<"
16
17
.PHONY
:
all clean