Update Library

This commit is contained in:
2024-03-08 10:56:28 +01:00
parent 11ee490c1c
commit 632a231c95
14 changed files with 245 additions and 38 deletions

View File

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