Split setup target etc.

This commit is contained in:
Takumi Sueda
2020-10-18 13:52:20 +09:00
parent cf95337058
commit 56b593ff0d
2 changed files with 15 additions and 5 deletions

View File

@@ -7,10 +7,14 @@ export CROSS_COMPILE=arm-linux-gnueabi-
setup:
@echo "Updating submodules"
@git submodule update --init --recursive
.PHONY:
setup-dev:
@echo "Creating venv"
@python3 -m venv env
@echo "Installing r3build"
@. ./env/bin/activate; \
pip install wheel; \
pip install r3build
.PHONY: