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