Skip to content

Commit 9723408

Browse files
authored
Merge pull request #15 from reload/javy
Spell out option name #patch
2 parents 14cbeeb + 5a1ef11 commit 9723408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ generate: examples/plugin.wasm examples/sqlc.dev.yaml
55

66
# https://github.com/bytecodealliance/javy/releases/tag/v7.0.1
77
examples/plugin.wasm: out.js bin/javy
8-
./bin/javy build out.js -C source=omitted -o examples/plugin.wasm
8+
./bin/javy build out.js --codegen source=omitted -o examples/plugin.wasm
99

1010
out.js: src/app.ts $(wildcard src/drivers/*.ts) src/gen/plugin/codegen_pb.ts node_modules
1111
npx tsc --noEmit

0 commit comments

Comments
 (0)