SYNC = unison MKDIR = mkdir -p HOME_WIN = /mnt/c/Users/anri HOME_WSL = /home/anri COURS_SMB = $(HOME_WSL)/deuxiemeSemestre DIR = $(HOME_WSL)/Univ .PHONY: stage sys_tp anglais_sql gla_projet main: stage: @$(MKDIR) $(DIR)/stage @$(SYNC) $(COURS_SMB)/stage/rapport $(DIR)/stage/rapport @$(SYNC) $(COURS_SMB)/stage/presentation $(DIR)/stage/presentation TP_NUM = TP10 sys_tp: @$(SYNC) $(COURS_SMB)/prograSysAvancee/$(TP_NUM) $(DIR)/sys_tp anglais_sql: @$(SYNC) $(COURS_SMB)/anglais/SQL $(DIR)/anglais_sql gla_projet: @$(SYNC) $(HOME_WIN)/Documents/gla $(DIR)/gla_projet