diff --git a/Makefile b/Makefile index 38a3cb61e..fc5fc4019 100644 --- a/Makefile +++ b/Makefile @@ -89,10 +89,10 @@ debug: -DENABLE_EXTERNAL_PLUGINS=ON cmake --build $(build) -install: +install: release cmake --build $(build) --target install -install-debug: +install-debug: debug cmake --build $(build) --target install uninstall: