Files
substreams-explorers/ethereum-explorer/Makefile
2023-07-21 18:33:05 +02:00

12 lines
247 B
Makefile

.PHONY: build
build:
cargo build --target wasm32-unknown-unknown --release
.PHONY: protogen
protogen:
substreams protogen ./substreams.yaml --exclude-paths="sf/substreams,google"
.PHONY: package
package: build
substreams pack substreams.yaml