From 57ff62f3c9224ec9022aae2f7164d56f76164f88 Mon Sep 17 00:00:00 2001 From: Arthur DANJOU Date: Thu, 25 Sep 2025 09:44:00 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20du=20Makefile=20pour=20c?= =?UTF-8?q?orriger=20les=20chemins=20des=20fichiers=20journaux=20et=20ajou?= =?UTF-8?q?ter=20la=20cible=20tp2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- M2/SQL/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/M2/SQL/Makefile b/M2/SQL/Makefile index 51d5238..dd442fd 100644 --- a/M2/SQL/Makefile +++ b/M2/SQL/Makefile @@ -1,4 +1,7 @@ # Makefile tp1: - docker exec -i M2_SQL_COURSE mysql -u root TP -t < ./scripts/TP1.sql | tee logs/last-run.log \ No newline at end of file + docker exec -i M2_SQL_COURSE mysql -u root TP -t < ./scripts/TP1.sql | tee logs/tp1.log + +tp2: + docker exec -i M2_SQL_COURSE mysql -u root TP -t < ./scripts/TP2.sql | tee logs/tp2.log \ No newline at end of file