diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b6854e4 --- /dev/null +++ b/Makefile @@ -0,0 +1,10 @@ +CP = cp -rv + +PROJET = ~/Projets +UNIV = ~/Univ + +main: + +sync: + @$(CP) projets.mk $(PROJET)/Makefile + @$(CP) univ.mk $(UNIV)/Makefile