Skip to content

Commit

Permalink
fix c program deploy help (solana-labs#17152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored May 10, 2021
1 parent 4b60b28 commit 82fb671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/bpf/c/bpf.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ ifeq (,$(wildcard $(subst .so,-keypair.json,$1)))
$(_@)solana-keygen new --no-passphrase --silent -o $(subst .so,-keypair.json,$1)
endif
@echo To deploy this program:
@echo $$$$ solana program deploy $(realpath $1)
@echo $$$$ solana program deploy $(abspath $1)
endef

define TEST_C_RULE
Expand Down

0 comments on commit 82fb671

Please sign in to comment.