pull before

This commit is contained in:
Mylloon 2024-04-15 16:35:35 +02:00
parent eb1fcc0bed
commit 2eee0e111b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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