Le site arthur.bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/arthur.bebou
Log | Files | Refs |
commit 482c7bae12acb68cfaa5598953cd1951be4aac04 parent f9034feec67ecfabe734c4eee9c3598439a83249 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Mon, 21 Oct 2024 21:29:03 +0200 On construit avant de déployer 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:; rsync -hvr public/* meso@bebou:~/arthur.bebou.netlib.re/ +deploy:all; rsync -hvr public/* meso@bebou:~/arthur.bebou.netlib.re/ test : all @echo http://localhost:1412