Skip to content

Commit

Permalink
add makfile into subs gen
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Jul 30, 2024
1 parent 60ebe15 commit 15295be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ethfull/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ func (p *Project) Render(outType outputType) (substreamsFiles map[string][]byte,
"rust-toolchain.toml": "rust-toolchain.toml",
".gitignore": ".gitignore",
"substreams.yaml.gotmpl": "substreams.yaml",
"entities/Makefile.gotmpl": "Makefile",
}
case outputTypeSQL:
templateFiles["sql/substreams-Makefile.gotmpl"] = "substreams/Makefile"
Expand Down

0 comments on commit 15295be

Please sign in to comment.