Added submodule update make target

This commit is contained in:
Bartek Kryza
2021-07-18 11:33:44 +02:00
parent cda880db41
commit 2b0a2ae0f8
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ bin/
/puml/ /puml/
/debug/ /debug/
/release/ /release/
/.cache

View File

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