0g-chain/networks/local/Makefile

5 lines
71 B
Makefile
Raw Normal View History

2020-06-12 01:40:46 +00:00
all:
2024-04-22 07:59:15 +00:00
docker build --tag 0glabs/0gchain-node 0gchain-node
2020-06-12 01:40:46 +00:00
.PHONY: all