Skip to content

Commit d7e1b35

Browse files
Saidi AdamsSaidi Adams
authored andcommitted
remove line endings
1 parent fa0b360 commit d7e1b35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ submodules: ## Initialize and update git submodules
1515
export VIRTUAL_ENV ?= $(shell pwd)/fprime-venv
1616
fprime-venv: ## Create a virtual environment
1717
@$(MAKE) uv
18-
@echo "Creating virtual environment..."; \
19-
@$(UV) venv fprime-venv; \
20-
@$(UV) pip install --requirement requirements.txt; \
18+
@echo "Creating virtual environment..."
19+
@$(UV) venv fprime-venv
20+
@$(UV) pip install --requirement requirements.txt
2121

2222
.PHONY: zephyr-setup
2323
zephyr-setup: fprime-venv ## Set up Zephyr environment

0 commit comments

Comments
 (0)