solana: update makefile

This commit is contained in:
colindickson
2023-11-02 10:03:16 -04:00
parent 176c63501a
commit 863b4ef2be

View File

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