This commit is contained in:
Mylloon 2024-07-09 18:04:49 +02:00
parent aa90b2478f
commit 2848752f46
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -14,10 +14,9 @@ main:
stage: stage:
@$(MKDIR) "$(UNIV)/stage" @$(MKDIR) "$(UNIV)/stage"
@$(SYNC) "$(COURS_SMB)/stage/rapport" "$(UNIV)/stage/rapport" @$(SYNC) "$(COURS_SMB)/stage/documents" "$(UNIV)/stage"
@$(SYNC) "$(COURS_SMB)/stage/presentation" "$(UNIV)/stage/presentation"
TP_NUM = TP10 TP_NUM = TP11
sys_tp: sys_tp:
@$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp" @$(SYNC) "$(COURS_SMB)/prograSysAvancee/$(TP_NUM)" "$(UNIV)/sys_tp"