diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |