We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b767b commit eeb23b4Copy full SHA for eeb23b4
rolling-shutter/Makefile
@@ -64,7 +64,11 @@ clean:
64
install-tools: install-codegen-tools install-gofumpt install-gci install-gotestsum
65
66
# code generation tools: pin version
67
-install-codegen-tools: install-npm install-protoc-gen-go install-oapi-codegen install-go-enum
+install-codegen-tools: install-npm install-abigen install-sqlc install-protoc-gen-go install-oapi-codegen install-go-enum
68
+
69
+${GOPATH}/bin/sqlc:
70
+ ${GO} install github.com/sqlc-dev/sqlc/cmd/[email protected]
71
+install-sqlc: ${GOPATH}/bin/sqlc
72
73
../contracts/node_modules/.mark-npm-install: ../contracts/package.json ../contracts/package-lock.json
74
cd ../contracts && npm install
0 commit comments