minor adjustments to the docs

This commit is contained in:
Francesco Cozzuto
2023-01-25 01:34:13 +01:00
parent 9f7d1f6a1e
commit 401aeb130f
4 changed files with 85 additions and 64 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ CC = gcc
AR = ar
# Program flags
CFLAGS = -Wall -Wextra -fsanitize=undefined
LFLAGS = -lm -fsanitize=undefined
CFLAGS = -Wall -Wextra
LFLAGS = -lm
# Build the library with valgrind support.
# Can be one of: YES, NO