Update install script with prefix

This commit is contained in:
2024-04-10 12:52:32 +02:00
parent 736b080469
commit a660c66c01

View File

@@ -43,9 +43,10 @@ clean: ## Clean the tests info
$(call ClearTests)
@echo ">>> Done";
prefix = "/usr/local"
install: ## Install library
@echo ">>> Installing PyClassifiers...";
@cmake --install $(f_release)
@cmake --install $(f_release) --prefix $(prefix)
@echo ">>> Done";
debug: ## Build a debug version of the project