aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 090877e..2ea1c3d 100644
--- a/makefile
+++ b/makefile
@@ -8,5 +8,6 @@ doxygen: Doxyfile FORCE
FMT += $(shell git ls-files '*.h' '*.c' '*.cpp')
format: FORCE
clang-format -i $(FMT)
- clang-tidy --fix-errors $(FMT)
+# clang tidy doesn't work that well :/
+# clang-tidy --fix-errors $(FMT)