From 0a3dbe42a2a6b6c4b4ec3baa214653c0d80b8e64 Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sat, 16 Apr 2022 19:43:00 +0200 Subject: [PATCH] Added make format target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 727c3eb4..bef62d58 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ clang-format: docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3 .PHONY: format -clang-format: +format: docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3 .PHONY: iwyu_fixes