Complete correct compilation with libraries

This commit is contained in:
2024-01-09 18:35:27 +01:00
parent 7a116bb0db
commit 2fd83e940a
7 changed files with 17 additions and 9 deletions

View File

@@ -56,10 +56,10 @@ dependency: ## Create a dependency graph diagram of the project (build/dependenc
cd $(f_debug) && cmake .. --graphviz=dependency.dot && dot -Tpng dependency.dot -o dependency.png
buildd: ## Build the debug targets
cmake --build $(f_debug) -t $(app_targets) BayesNetSample $(n_procs)
cmake --build $(f_debug) -t $(app_targets) PlatformSample $(n_procs)
buildr: ## Build the release targets
cmake --build $(f_release) -t $(app_targets) BayesNetSample $(n_procs)
cmake --build $(f_release) -t $(app_targets) $(n_procs)
clean: ## Clean the tests info
@echo ">>> Cleaning Debug BayesNet tests...";