Added submodule update make target
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -16,3 +16,4 @@ bin/
|
||||
/puml/
|
||||
/debug/
|
||||
/release/
|
||||
/.cache
|
||||
|
||||
4
Makefile
4
Makefile
@@ -49,6 +49,10 @@ test_plantuml: test
|
||||
document_test_cases: test_plantuml
|
||||
python3 util/generate_test_cases_docs.py
|
||||
|
||||
.PHONY: submodules
|
||||
submodules:
|
||||
git submodule update --init --recursive
|
||||
|
||||
.PHONY: clang-format
|
||||
clang-format:
|
||||
docker run --rm -v $(CURDIR):/root/sources bkryza/clang-format-check:1.2
|
||||
|
||||
Reference in New Issue
Block a user