Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tools] Update Makefile (#105)
Browse files Browse the repository at this point in the history
sirouk authored and 0o-de-lally committed Nov 21, 2023
1 parent 9181868 commit 1167a06
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
@@ -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}

0 comments on commit 1167a06

Please sign in to comment.