From 5a1ef119313a681c766e00b6681eefc727f9865f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20J=C3=B8rgensen?= Date: Fri, 17 Oct 2025 10:41:15 +0200 Subject: [PATCH] Spell out option name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7162703..728685e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ generate: examples/plugin.wasm examples/sqlc.dev.yaml # https://github.com/bytecodealliance/javy/releases/tag/v7.0.1 examples/plugin.wasm: out.js bin/javy - ./bin/javy build out.js -C source=omitted -o examples/plugin.wasm + ./bin/javy build out.js --codegen source=omitted -o examples/plugin.wasm out.js: src/app.ts $(wildcard src/drivers/*.ts) src/gen/plugin/codegen_pb.ts node_modules npx tsc --noEmit