From 9467b00d44efebdc1b6e9c44253704f1c6561c79 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Sat, 15 Jan 2022 19:16:07 +0100 Subject: [PATCH] Remove some references to tp1 --- theorie-signal/exercices/tp2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theorie-signal/exercices/tp2/Makefile b/theorie-signal/exercices/tp2/Makefile index e7d31bd..d6c4ba3 100644 --- a/theorie-signal/exercices/tp2/Makefile +++ b/theorie-signal/exercices/tp2/Makefile @@ -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; \