Le site web bebou.netlib.re - retour accueil
git clone git://bebou.netlib.re/bebou
Log | Files | Refs |
commit a093d2a23fea5bd56de2647eb6c753108683e9e0 parent 8d7b0a7584d522e0c542b357dcd515645f19e54a Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Sat, 26 Oct 2024 18:13:21 +0200 Et on applique la correction à ce dépôt ! Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -12,7 +12,7 @@ clean:; rm -r public/* exec:; chmod +x ${sources} -deploy:; rsync -hvr public/* pi@bebou:~/bebou.netlib.re/ +deploy:all; rsync -e 'ssh -p 1459' -hvr public/* pi@bebou.netlib.re:~/bebou.netlib.re/ test : all busybox httpd -p 1912 -h public