Added make format target

This commit is contained in:
Bartek Kryza
2022-04-16 19:43:00 +02:00
parent fb90108799
commit 0a3dbe42a2

View File

@@ -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