From 466199ae0de51109737b884174c93ad470e60254 Mon Sep 17 00:00:00 2001 From: Jean Herail Date: Tue, 13 Jan 2026 20:54:51 +0100 Subject: [PATCH] changed the commands in the readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bbab8c7..be08206 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,20 @@ TODO ### Build run this command: - autoreconf --force --verbose --install + `autoreconf --force --verbose --install` ### Test run this command: - ./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla' + `./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla'` then: - make + `make` #### asan run this command: - ./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address' + `./configure CFLAGS='-std=c99 -Werror -Wall -Wextra -Wvla -g -fsanitize=address'` + then: - make check + `make check` ## Authors