pull before
This commit is contained in:
parent
eb1fcc0bed
commit
2eee0e111b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -1,3 +1,4 @@
|
||||||
|
VC = git
|
||||||
CP = cp -rv
|
CP = cp -rv
|
||||||
|
|
||||||
PROJET = ~/Projets
|
PROJET = ~/Projets
|
||||||
|
@ -6,5 +7,6 @@ UNIV = ~/Univ
|
||||||
main:
|
main:
|
||||||
|
|
||||||
sync:
|
sync:
|
||||||
|
@$(VC) pull
|
||||||
@$(CP) projets.mk $(PROJET)/Makefile
|
@$(CP) projets.mk $(PROJET)/Makefile
|
||||||
@$(CP) univ.mk $(UNIV)/Makefile
|
@$(CP) univ.mk $(UNIV)/Makefile
|
||||||
|
|
Loading…
Reference in a new issue