Add submodules command to Makefile

This commit is contained in:
2024-01-08 10:57:31 +01:00
parent 84ae72630d
commit 95c155d61b

View File

@@ -20,6 +20,10 @@ define ClearTests
fi ;
endef
submodules: ## Update submodules
@echo ">>> Updating submodules...";
@git submodule update --init --recursive
@echo ">>> Done";
clean: ## Clean the tests info
@echo ">>> Cleaning Debug PyClassifiers tests...";