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