Remove some references to tp1
This commit is contained in:
parent
da71d109ee
commit
9467b00d44
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ timestamp=$(shell date +%Y-%m-%d_%H:%M)
|
|||
|
||||
all: tp2
|
||||
|
||||
tp1: tp2.tex
|
||||
@latexmk -pdf tp1.tex
|
||||
tp2: tp2.tex
|
||||
@latexmk -pdf tp2.tex
|
||||
@if ! cmp --silent build/tp2.pdf tp2_*.pdf; then \
|
||||
touch tp2_tmp.pdf; \
|
||||
rm tp2*.pdf; \
|
||||
|
|
Loading…
Reference in a new issue