Add target to launch shell with correct build environment
This commit is contained in:
parent
511c81232b
commit
80ec527dcb
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -77,6 +77,10 @@ ci-pkg: prefix FORCE
|
|||
./fetch.sh "$${PACKAGES}" && \
|
||||
./repo.sh "$${PACKAGES}"
|
||||
|
||||
env: prefix FORCE
|
||||
export PATH="$(PREFIX_PATH):$$PATH" && \
|
||||
bash
|
||||
|
||||
# An empty target
|
||||
FORCE:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue