Remove some references to tp1

This commit is contained in:
flyingscorpio@arch-desktop 2022-01-15 19:16:07 +01:00
parent da71d109ee
commit 9467b00d44

View file

@ -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; \