Skip to content

Commit

Permalink
file path in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 8, 2023
1 parent 2c97988 commit 580cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/genesis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ endif

install:
cargo build --release -p libra -p libra-genesis-tools -p libra-framework
cp ./target/release/libra* ~/.cargo/bin/
cp ../../target/release/libra* ~/.cargo/bin/

register:
libra-genesis-tools register --org-github ${GIT_ORG} --name-github ${GIT_REPO}
Expand Down

0 comments on commit 580cf46

Please sign in to comment.