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.
1 parent 987b865 commit b31c975Copy full SHA for b31c975
standalone-contract/Makefile
@@ -24,7 +24,7 @@ BUILD_DIR := build/$(MODE)
24
# likely match the crate name, which is also the name of the final binary.
25
# However if this is not the case, you can tweak this variable. As the name hints,
26
# more than one binary is supported here.
27
-BINARIES := $(notdir $(shell pwd))
+BINARIES := {{project-name}}
28
29
ifeq (release,$(MODE))
30
MODE_ARGS := --release
0 commit comments