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

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
CP = cp -rv
PROJET = ~/Projets
UNIV = ~/Univ
main:
sync:
@$(CP) projets.mk $(PROJET)/Makefile
@$(CP) univ.mk $(UNIV)/Makefile