fix c program deploy help (#17152)

This commit is contained in:
Jack May 2021-05-10 15:38:01 -07:00 committed by GitHub
parent 4b60b2863e
commit 82fb6712e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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