Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
prepare the dependencies for v6.9 tooling newcomers
  • Loading branch information
sirouk authored Nov 21, 2023
1 parent 03d9f10 commit 62adeee
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 @@ -51,7 +51,7 @@ check:
@echo EPOCH: ${EPOCH}

install:
cd ${SOURCE_PATH} && cargo build --release -p libra -p libra-genesis-tools -p libra-framework
cd ${SOURCE_PATH} && bash ./util/dev_setup.sh -t && cargo build --release -p libra -p libra-genesis-tools -p libra-framework
# legacy source
cd ${DATA_PATH} && git clone -b v6 https://github.com/0LNetworkCommunity/libra-legacy-v6
cp ${SOURCE_PATH}/target/release/libra* ${BINS_PATH}
Expand Down

0 comments on commit 62adeee

Please sign in to comment.