Add manage to build target
This commit is contained in:
parent
2d7999d5f2
commit
bafcb26bb6
2
Makefile
2
Makefile
@ -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 ...";
|
||||
|
Loading…
Reference in New Issue
Block a user