Add manage to build target

This commit is contained in:
Ricardo Montañana Gómez 2023-08-18 13:43:53 +02:00
parent 2d7999d5f2
commit bafcb26bb6
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -15,7 +15,7 @@ dependency: ## Create a dependency graph diagram of the project (build/dependenc
cd build && cmake .. --graphviz=dependency.dot && dot -Tpng dependency.dot -o dependency.png
build: ## Build the main and BayesNetSample
cmake --build build -t main -t BayesNetSample -j 32
cmake --build build -t main -t BayesNetSample -t manage -j 32
clean: ## Clean the debug info
@echo ">>> Cleaning Debug BayesNet ...";