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.
prod-build
1 parent 2441f39 commit 5ece147Copy full SHA for 5ece147
1 file changed
solana/Makefile
@@ -1,5 +1,5 @@
1
.DEFAULT_GOAL = build
2
-.PHONY: build cargo-build anchor-build prod-build artifacts-mainnet artifacts-solana-devnet artifacts-tilt-devnet _artifacts test cargo-test anchor-test idl sdk clean node_modules lint cargo-lint anchor-lint fix-lint
+.PHONY: build cargo-build anchor-build artifacts-mainnet artifacts-solana-devnet artifacts-tilt-devnet _artifacts test cargo-test anchor-test idl sdk clean node_modules lint cargo-lint anchor-lint fix-lint
3
4
# Find and convert version line:
5
# Turn `const VERSION: &str = "major.minor.patch";` into `major_minor_patch`
@@ -95,4 +95,4 @@ anchor-lint:
95
bash scripts/anchor-lint.sh
96
97
fix-lint:
98
- cargo fmt --all --manifest-path Cargo.toml
+ cargo fmt --all --manifest-path Cargo.toml
0 commit comments