From 00e57686e56819fc37ebb21132360be411a460ba Mon Sep 17 00:00:00 2001 From: Bastien Le Querrec <blq@laquadrature.net> Date: Mon, 8 Apr 2024 19:45:30 +0200 Subject: [PATCH] make: ajout des instructions pour pref42 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index af3a6fb..ba5f24a 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ pref35: python cli.py --pref pref35 pref38: python cli.py --pref pref38 +pref42: + python cli.py --pref pref42 pref59: python cli.py --pref pref59 pref62: -- GitLab