summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4cf4d9..afa79ed 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ format:
.PHONY: tidy
tidy:
- clang-tidy $(SRCS) $(EXAMPLES_DIR)/*.c -- $(CFLAGS)
+ clang-tidy -fix $(SRCS) $(EXAMPLES_DIR)/*.c -- $(CFLAGS)
.PHONY: clean
clean: