diff --git a/Makefile b/Makefile index b9cb59b..9db6002 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CARGO_INSTALL_EXTRA_FLAGS?= # # Binaries will most likely be found in `./target/release` install: - cargo install --path . --force --locked \ + cargo install --path anchor --force --locked \ --features "$(FEATURES)" \ --profile "$(PROFILE)" \ $(CARGO_INSTALL_EXTRA_FLAGS)