VC = git CP = cp -rv PROJET = ~/Projets UNIV = ~/Univ main: sync: @$(VC) pull @$(CP) projets.mk $(PROJET)/Makefile @$(CP) univ.mk $(UNIV)/Makefile