From 33ce2459f82e2e99ac6232a11424d883a4119894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=85=E6=88=8E=E6=B0=8F?= Date: Sun, 3 Mar 2024 21:36:43 +0800 Subject: [PATCH] Revert "build(Makefile): fix install targets" This reverts commit 888e638210d3fbf6600395f489647077c523f85a. the `install` target was deliberately not dependent on `release` so that we can install `merged-plugins` build instead. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: