Fix config.h location problem

This commit is contained in:
2024-03-09 12:27:05 +01:00
parent 635ef22520
commit 0b65e34772
5 changed files with 10 additions and 5 deletions

View File

@@ -47,6 +47,11 @@ clean: ## Clean the tests info
$(call ClearTests)
@echo ">>> Done";
uninstall: ## Uninstall library
@echo ">>> Uninstalling BayesNet...";
xargs rm < $(f_release)/install_manifest.txt
@echo ">>> Done";
install: ## Install library
@echo ">>> Installing BayesNet...";
@cmake --install $(f_release)