site-catium

Un site pour la promotion de catium - retour accueil

git clone git://bebou.netlib.re/site-catium
Log | Files | Refs | README |

commit d6801215d250d3a5ea46e2285e4138786d94b2a3
parent 71a666f5c021410c1e9c276d80c871e8b299302c
Auterice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Sat, 14 Sep 2024 12:18:36 +0200

Ajout de all en tant que dépendance de test

Diffstat:
Mmakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/makefile b/makefile @@ -9,7 +9,7 @@ annexrules = ${annexfiles:contents/%=public/%} all: exec db/galerie.tsv ${pages} ${annexrules} -test:; +test: all; busybox httpd -p 1312 -h public @ echo "http://localhost:1312" stop:; ps -aux | grep 'busybox httpd .*-p.*1312' | grep -v 'grep' | awk '{print $$2}' | xargs -r kill