[ADD] makefile repo_configure_all
This commit is contained in:
parent
46c4072d7c
commit
ae0242e32d
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -251,6 +251,11 @@ docker_clean_all:
|
|||
repo_clear_all:
|
||||
./script/clean_repo_manifest.sh
|
||||
|
||||
# configure all repo
|
||||
.PHONY: repo_configure_all
|
||||
repo_configure_all:
|
||||
./script/update_manifest_local_dev.sh
|
||||
|
||||
# configure only group code_generator
|
||||
.PHONY: repo_configure_group_code_generator
|
||||
repo_configure_group_code_generator:
|
||||
|
|
|
|||
Loading…
Reference in a new issue