mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 18:59:59 +01:00
Mise à jour du Makefile pour corriger les chemins des fichiers journaux et ajouter la cible tp2
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user