Add submodules command to Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -20,6 +20,10 @@ define ClearTests
|
|||||||
fi ;
|
fi ;
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
submodules: ## Update submodules
|
||||||
|
@echo ">>> Updating submodules...";
|
||||||
|
@git submodule update --init --recursive
|
||||||
|
@echo ">>> Done";
|
||||||
|
|
||||||
clean: ## Clean the tests info
|
clean: ## Clean the tests info
|
||||||
@echo ">>> Cleaning Debug PyClassifiers tests...";
|
@echo ">>> Cleaning Debug PyClassifiers tests...";
|
||||||
|
Reference in New Issue
Block a user