mirror of
https://github.com/brain-hackers/buildbrain
synced 2025-10-15 12:48:39 +09:00
Split setup target etc.
This commit is contained in:
4
Makefile
4
Makefile
@@ -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:
|
||||
|
Reference in New Issue
Block a user