From 2eee0e111b1fddf7e5de2a90b3841a4973a0003e Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 15 Apr 2024 16:35:35 +0200 Subject: [PATCH] pull before --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index b6854e4..e6a4416 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +VC = git CP = cp -rv PROJET = ~/Projets @@ -6,5 +7,6 @@ UNIV = ~/Univ main: sync: + @$(VC) pull @$(CP) projets.mk $(PROJET)/Makefile @$(CP) univ.mk $(UNIV)/Makefile