Skip to content

Commit

Permalink
Merge pull request #2 from gpBlockchain/lgp/add-docker-compose
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
gpBlockchain authored Dec 7, 2023
2 parents e69c2df + 5140e97 commit 95f6451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
build-ckbNodeBridge:
git clone https://github.com/gpBlockchain/ckbNodeBridge.git
cd ckbNodeBridge && git checkout lgp/update-rust && cargo build
git clone https://github.com/zhangsoledad/ckbNodeBridge.git
cd ckbNodeBridge && cargo build

build-miner:
cargo build

test:
python test.py
python test.py

0 comments on commit 95f6451

Please sign in to comment.