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