Enhance result

This commit is contained in:
2025-03-03 10:56:20 +01:00
parent 11155463b9
commit 7bc8633ed1
2 changed files with 36 additions and 33 deletions

View File

@@ -37,6 +37,11 @@ setup: ## Install dependencies for tests and coverage
pip install gcovr; \
fi
dest ?= ${HOME}/bin
main: ## Build the main target
@cmake --build $(f_release) -t b_main --parallel
@cp $(f_release)/src/b_main $(dest)
dest ?= ${HOME}/bin
install: ## Copy binary files to bin folder
@echo "Destination folder: $(dest)"