cleaned up some documentation

This commit is contained in:
Francesco Cozzuto
2023-01-25 00:51:57 +01:00
parent 248fc1d1a8
commit 1331cd1ae3
20 changed files with 649 additions and 1047 deletions
+3 -2
View File
@@ -45,8 +45,8 @@ CC = gcc
AR = ar
# Program flags
CFLAGS = -Wall -Wextra
LFLAGS = -lm
CFLAGS = -Wall -Wextra -fsanitize=undefined
LFLAGS = -lm -fsanitize=undefined
# Build the library with valgrind support.
# Can be one of: YES, NO
@@ -177,3 +177,4 @@ clean:
rm -rf $(REPORTDIR)
rm -f $(LIB)
rm -f $(CLI)
rm -f embedder tokens.txt