Update install script with prefix
This commit is contained in:
3
Makefile
3
Makefile
@@ -43,9 +43,10 @@ clean: ## Clean the tests info
|
|||||||
$(call ClearTests)
|
$(call ClearTests)
|
||||||
@echo ">>> Done";
|
@echo ">>> Done";
|
||||||
|
|
||||||
|
prefix = "/usr/local"
|
||||||
install: ## Install library
|
install: ## Install library
|
||||||
@echo ">>> Installing PyClassifiers...";
|
@echo ">>> Installing PyClassifiers...";
|
||||||
@cmake --install $(f_release)
|
@cmake --install $(f_release) --prefix $(prefix)
|
||||||
@echo ">>> Done";
|
@echo ">>> Done";
|
||||||
|
|
||||||
debug: ## Build a debug version of the project
|
debug: ## Build a debug version of the project
|
||||||
|
Reference in New Issue
Block a user