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 fa0b360 commit d7e1b35Copy full SHA for d7e1b35
Makefile
@@ -15,9 +15,9 @@ submodules: ## Initialize and update git submodules
15
export VIRTUAL_ENV ?= $(shell pwd)/fprime-venv
16
fprime-venv: ## Create a virtual environment
17
@$(MAKE) uv
18
- @echo "Creating virtual environment..."; \
19
- @$(UV) venv fprime-venv; \
20
- @$(UV) pip install --requirement requirements.txt; \
+ @echo "Creating virtual environment..."
+ @$(UV) venv fprime-venv
+ @$(UV) pip install --requirement requirements.txt
21
22
.PHONY: zephyr-setup
23
zephyr-setup: fprime-venv ## Set up Zephyr environment
0 commit comments