Create installation process

This commit is contained in:
2024-03-08 00:37:36 +01:00
parent 199ffc95d2
commit eba2095718
22 changed files with 45 additions and 35 deletions

View File

@@ -47,6 +47,11 @@ clean: ## Clean the tests info
$(call ClearTests)
@echo ">>> Done";
install: ## Install library
@echo ">>> Installing BayesNet...";
@cmake --install $(f_release)
@echo ">>> Done";
debug: ## Build a debug version of the project
@echo ">>> Building Debug BayesNet...";
@if [ -d ./$(f_debug) ]; then rm -rf ./$(f_debug); fi