diff options
author | kartofen <mladenovnasko0@gmail.com> | 2024-08-30 17:01:28 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2024-08-30 17:01:28 +0300 |
commit | e1ceef73192f0300ff9b10ba9a16475fbebeaa5f (patch) | |
tree | 0cb2bc5336a522b965c1d171b433044591721e20 /Makefile | |
parent | de3a062bfc206bf0373f96f4f6cc8c74ffcbab48 (diff) |
proper repl, stylistic changes, removed trailing whitespace
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 |