aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2024-08-30 17:01:28 +0300
committerkartofen <mladenovnasko0@gmail.com>2024-08-30 17:01:28 +0300
commite1ceef73192f0300ff9b10ba9a16475fbebeaa5f (patch)
tree0cb2bc5336a522b965c1d171b433044591721e20 /Makefile
parentde3a062bfc206bf0373f96f4f6cc8c74ffcbab48 (diff)
proper repl, stylistic changes, removed trailing whitespace
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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