syncer
This commit is contained in:
parent
f6e24b3ee9
commit
eb1fcc0bed
1 changed files with 10 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
CP = cp -rv
|
||||||
|
|
||||||
|
PROJET = ~/Projets
|
||||||
|
UNIV = ~/Univ
|
||||||
|
|
||||||
|
main:
|
||||||
|
|
||||||
|
sync:
|
||||||
|
@$(CP) projets.mk $(PROJET)/Makefile
|
||||||
|
@$(CP) univ.mk $(UNIV)/Makefile
|
Loading…
Reference in a new issue