Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit dc52e1a0a97d7976a22f781b46a35057eecf731c parent aad93ef37eebbafec3d7f467e2f15417d8177724 Auteurice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 26 May 2025 14:40:01 +0200 On ajoute -t à rsync pour pas resynchro tout Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -21,7 +21,7 @@ clean:; rm -r public/* exec:; chmod +x ${sources} -deploy:all; rsync -hvr public/* meso@bb:~/arthur.bebou.netlib.re/ +deploy:all; rsync -htvr public/* meso@bb:~/arthur.bebou.netlib.re/ test : all @echo http://localhost:1412