Skip to content

Commit

Permalink
show version
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-martin committed Oct 27, 2024
1 parent 5d9baca commit 55ec8f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ clean::
rm -f Dockerfile
##################################
# Single executable : make single
CLI_EXECUTABLE=$(DIR_TMP)$(CLI_NAME).$(GEM_VERSION).$(shell uname -ms|tr ' ' '-')
CLI_EXECUTABLE=$(DIR_TMP)$(CLI_NAME).$(GEM_VERSION).$(shell $(CLI_PATH) conf platform)
EXE_BUILDER=$(DIR_TOP)examples/build_exec
single:$(CLI_EXECUTABLE)
.PHONY: single
Expand Down
2 changes: 2 additions & 0 deletions examples/build_exec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ DIR_TMP=$(realpath $5)

local=true

echo "Building: $(basename $CLI_EXECUTABLE)"

# tebako compilation
tebako_env=$DIR_TMP/tebako-env
# project files (gem)
Expand Down

0 comments on commit 55ec8f2

Please sign in to comment.