From e1ceef73192f0300ff9b10ba9a16475fbebeaa5f Mon Sep 17 00:00:00 2001 From: kartofen Date: Fri, 30 Aug 2024 17:01:28 +0300 Subject: proper repl, stylistic changes, removed trailing whitespace --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 240e4f8..10cdf66 100644 --- a/Makefile +++ b/Makefile @@ -59,4 +59,4 @@ valgrind: $(NAME) valgrind -s --leak-check=full --show-leak-kinds=all $(BIN)/$(NAME) cppcheck: clean - cppcheck --enable=all $(SRCS) 2> cppcheck.log + cppcheck --enable=all $(SRCS) --check-level=exhaustive 2> cppcheck.log -- cgit v1.2.3