Skip to content

Commit b31c975

Browse files
committed
Standalone contract can deduce crate name at creation time
1 parent 987b865 commit b31c975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone-contract/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BUILD_DIR := build/$(MODE)
2424
# likely match the crate name, which is also the name of the final binary.
2525
# However if this is not the case, you can tweak this variable. As the name hints,
2626
# more than one binary is supported here.
27-
BINARIES := $(notdir $(shell pwd))
27+
BINARIES := {{project-name}}
2828

2929
ifeq (release,$(MODE))
3030
MODE_ARGS := --release

0 commit comments

Comments
 (0)