Added make format target
This commit is contained in:
2
Makefile
2
Makefile
@@ -81,7 +81,7 @@ clang-format:
|
|||||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||||
|
|
||||||
.PHONY: format
|
.PHONY: format
|
||||||
clang-format:
|
format:
|
||||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||||
|
|
||||||
.PHONY: iwyu_fixes
|
.PHONY: iwyu_fixes
|
||||||
|
|||||||
Reference in New Issue
Block a user