Skip to content

Commit

Permalink
Revert "build(Makefile): fix install targets"
Browse files Browse the repository at this point in the history
This reverts commit 888e638.

the `install` target was deliberately not dependent on `release`
so that we can install `merged-plugins` build instead.
  • Loading branch information
lotem committed Mar 3, 2024
1 parent eca939c commit 33ce245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 33ce245

Please sign in to comment.