Skip to content

Commit

Permalink
chore(cxx): use APP_NAME variable at Makefile run command
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Sep 5, 2024
1 parent dc18d7c commit 10ad86e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/cxx/{{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ build:
{% if cookiecutter.cxx_project_type == "binary" -%}
# run
run:
@./build/bin/{{cookiecutter.project_slug}}
@./build/bin/$(APP_NAME)
{%- endif %}

# build image
Expand Down

0 comments on commit 10ad86e

Please sign in to comment.