block_update and install in local folder

This commit is contained in:
2024-04-10 00:55:36 +02:00
parent 1326891d6a
commit cf9b5716ac
7 changed files with 90 additions and 18 deletions

View File

@@ -53,9 +53,10 @@ uninstall: ## Uninstall library
xargs rm < $(f_release)/install_manifest.txt
@echo ">>> Done";
prefix = "/usr/local"
install: ## Install library
@echo ">>> Installing BayesNet...";
@cmake --install $(f_release)
@cmake --install $(f_release) --prefix $(prefix)
@echo ">>> Done";
debug: ## Build a debug version of the project