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 e725f94..c97b7ce 100644
--- a/Makefile
+++ b/Makefile
@@ -106,7 +106,7 @@ clean:
rebuild: clean all
format:
- clang-format-11 -i $(ZAPD_CPP_FILES) $(ZAPD_H_FILES)
+ clang-format-14 -i $(ZAPD_CPP_FILES) $(ZAPD_H_FILES)
$(MAKE) -C ZAPDUtils format
$(MAKE) -C ExporterTest format