diff --git a/Makefile b/Makefile index 8fed862..b138f94 100644 --- a/Makefile +++ b/Makefile @@ -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