Files
substreams-explorers/solana-explorer/Makefile
2023-11-02 10:03:20 -04:00

12 lines
247 B
Makefile

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