stage
This commit is contained in:
parent
aa90b2478f
commit
2848752f46
1 changed files with 2 additions and 3 deletions
5
univ.mk
5
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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue