changed the commands in the readme

This commit is contained in:
Jean Herail 2026-01-13 20:54:51 +01:00
parent f801894300
commit 466199ae0d

View file

@ -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