Extended class diagram subclasses test with multiple inheritance
This commit is contained in:
4
Makefile
4
Makefile
@@ -80,6 +80,10 @@ init_compile_commands: debug
|
||||
clang-format:
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||
|
||||
.PHONY: format
|
||||
clang-format:
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.3
|
||||
|
||||
.PHONY: iwyu_fixes
|
||||
iwyu_fixes: debug
|
||||
python3 $(shell which iwyu_tool.py) -p debug > debug/iwyu.out
|
||||
|
||||
Reference in New Issue
Block a user