diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-10 13:20:42 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-10 13:20:42 +0200 |
commit | aaf6d7963314c1fcb86b84442cd3d960bc87297b (patch) | |
tree | e5f686eb9f2dbffe0cb0c7ce0d2800002b66d637 /client/makefile | |
parent | bd702f9ddc6a309397f22309f07390b615aab766 (diff) |
added clang-tidy to make format
Diffstat (limited to 'client/makefile')
-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 |