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 f2e01e8 commit d006389Copy full SHA for d006389
Makefile
@@ -65,6 +65,7 @@ sqlite-regex.h: cbindgen.toml
65
release: $(TARGET_LOADABLE_RELEASE) $(TARGET_STATIC_RELEASE)
66
67
loadable: $(TARGET_LOADABLE)
68
+loadable-release: $(TARGET_LOADABLE_RELEASE)
69
static: $(TARGET_STATIC)
70
71
clean:
0 commit comments