Skip to content

Commit 10ad86e

Browse files
committed
chore(cxx): use APP_NAME variable at Makefile run command
1 parent dc18d7c commit 10ad86e

File tree

1 file changed

+1
-1
lines changed
  • template/cxx/{{cookiecutter.project_slug}}

1 file changed

+1
-1
lines changed

template/cxx/{{cookiecutter.project_slug}}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build:
1919
{% if cookiecutter.cxx_project_type == "binary" -%}
2020
# run
2121
run:
22-
@./build/bin/{{cookiecutter.project_slug}}
22+
@./build/bin/$(APP_NAME)
2323
{%- endif %}
2424

2525
# build image

0 commit comments

Comments
 (0)