Skip to content

Commit 5ece147

Browse files
committed
Remove unused prod-build PHONY
1 parent 2441f39 commit 5ece147

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

solana/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.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
2+
.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
33

44
# Find and convert version line:
55
# Turn `const VERSION: &str = "major.minor.patch";` into `major_minor_patch`
@@ -95,4 +95,4 @@ anchor-lint:
9595
bash scripts/anchor-lint.sh
9696

9797
fix-lint:
98-
cargo fmt --all --manifest-path Cargo.toml
98+
cargo fmt --all --manifest-path Cargo.toml

0 commit comments

Comments
 (0)