1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2024-11-27 11:24:34 -05:00

Rename envs

This commit is contained in:
Braiden Vasco 2017-11-08 08:49:56 +00:00
parent f3d04c47ab
commit 9ea8f106eb
4 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ Build and run
-------------
```sh
./configure build
./configure build-x86
make clean
make run
```
@ -39,7 +39,7 @@ Run tests
---------
```sh
./configure test
./configure test-host
make clean
make test
```

2
configure vendored
View file

@ -3,7 +3,7 @@
ENV="$1"
if [ -z "$ENV" ]; then
ENV='build'
ENV='build-x86'
fi
CONFIG="env/$ENV.mk"

View file

View file