diff --git a/univ.mk b/univ.mk index 4dd408c..f6ceef2 100644 --- a/univ.mk +++ b/univ.mk @@ -14,10 +14,9 @@ main: stage: @$(MKDIR) "$(UNIV)/stage" - @$(SYNC) "$(COURS_SMB)/stage/rapport" "$(UNIV)/stage/rapport" - @$(SYNC) "$(COURS_SMB)/stage/presentation" "$(UNIV)/stage/presentation" + @$(SYNC) "$(COURS_SMB)/stage/documents" "$(UNIV)/stage" -TP_NUM = TP10 +TP_NUM = TP11 sys_tp: @$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp"