Mise à jour du Makefile pour corriger les chemins des fichiers journaux et ajouter la cible tp2

This commit is contained in:
2025-09-25 09:44:00 +02:00
parent fc656b2c2c
commit 57ff62f3c9

View File

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