Skip to content

Commit

Permalink
Correct Makefile (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning authored Nov 1, 2024
1 parent 67545c4 commit 09e7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 09e7aaa

Please sign in to comment.