Les fichiers pour la démo faite devant ppp - retour accueil
git clone git://bebou.netlib.re/prez-ppp
Log | Files | Refs | README |
commit 1ede7b3da85e2156e77a23f4f50fe48a33b1099b parent e9e79b8a1c0d0d916d0c937f8cca32bd5c623ca0 Auterice: Arthur Pons <arthur.pons@unistra.fr> Date: Thu, 12 Sep 2024 19:12:02 +0200 Aligner les variables Diffstat:
M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -6,7 +6,7 @@ annexes != find contents -type f -not -name '*.sh' pageshtml = ${sources:contents/%.sh=public/%.html} annexescibles = ${annexes:contents/%=public/%} -bdds = ${audio:contents/%.mp3=bdd/%.tsv} +bdds = ${audio:contents/%.mp3=bdd/%.tsv} all: exec ${pageshtml} ${annexescibles} ${bdds}