parent
def2e30af6
commit
077fe755eb
1 changed files with 7 additions and 7 deletions
14
univ.mk
14
univ.mk
|
@ -5,7 +5,7 @@ HOME_WIN = /mnt/c/Users/anri
|
|||
HOME_WSL = /home/anri
|
||||
COURS_SMB = $(HOME_WSL)/deuxiemeSemestre
|
||||
|
||||
DIR = $(HOME_WSL)/Univ
|
||||
UNIV = $(HOME_WSL)/Univ
|
||||
|
||||
|
||||
.PHONY: stage sys_tp anglais_sql gla_projet
|
||||
|
@ -13,16 +13,16 @@ DIR = $(HOME_WSL)/Univ
|
|||
main:
|
||||
|
||||
stage:
|
||||
@$(MKDIR) $(DIR)/stage
|
||||
@$(SYNC) $(COURS_SMB)/stage/rapport $(DIR)/stage/rapport
|
||||
@$(SYNC) $(COURS_SMB)/stage/presentation $(DIR)/stage/presentation
|
||||
@$(MKDIR) $(UNIV)/stage
|
||||
@$(SYNC) $(COURS_SMB)/stage/rapport $(UNIV)/stage/rapport
|
||||
@$(SYNC) $(COURS_SMB)/stage/presentation $(UNIV)/stage/presentation
|
||||
|
||||
TP_NUM = TP10
|
||||
sys_tp:
|
||||
@$(SYNC) $(COURS_SMB)/prograSysAvancee/$(TP_NUM) $(DIR)/sys_tp
|
||||
@$(SYNC) $(COURS_SMB)/prograSysAvancee/$(TP_NUM) $(UNIV)/sys_tp
|
||||
|
||||
anglais_sql:
|
||||
@$(SYNC) $(COURS_SMB)/anglais/SQL $(DIR)/anglais_sql
|
||||
@$(SYNC) $(COURS_SMB)/anglais/SQL $(UNIV)/anglais_sql
|
||||
|
||||
gla_projet:
|
||||
@$(SYNC) $(HOME_WIN)/Documents/gla $(DIR)/gla_projet
|
||||
@$(SYNC) $(HOME_WIN)/Documents/gla $(UNIV)/gla_projet
|
||||
|
|
Loading…
Reference in a new issue