diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/client/makefile b/client/makefile index dcba6f3..23d5ce6 100644 --- a/client/makefile +++ b/client/makefile @@ -21,6 +21,7 @@ clean:  format:  	clang-format -i $(SOURCES) $(HEADERS) +	clang-tidy --fix-errors $(SOURCES) $(HEADERS)  compile_commands: clean  	bear -- make |