makefiles/Makefile

13 lines
158 B
Makefile
Raw Normal View History

2024-04-15 16:35:35 +02:00
VC = git
2024-04-15 16:34:49 +02:00
CP = cp -rv
PROJET = ~/Projets
UNIV = ~/Univ
main:
sync:
2024-04-15 16:35:35 +02:00
@$(VC) pull
2024-04-15 16:34:49 +02:00
@$(CP) projets.mk $(PROJET)/Makefile
@$(CP) univ.mk $(UNIV)/Makefile