Skip to content

Commit

Permalink
build(Makefile): fix install targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 27, 2024
1 parent 49c7298 commit 888e638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 888e638

Please sign in to comment.