Merge branch 'add_local_make_config' into 'master'

Add a file to hold a local make config.

See merge request redox-os/redox!1242
This commit is contained in:
Jeremy Soller 2020-07-12 17:11:11 +00:00
commit 1365b41117
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/build/ /build/
/prefix/ /prefix/
.config

View file

@ -1,3 +1,5 @@
-include .config
# Configuration # Configuration
## Architecture to build Redox for (aarch64 or x86_64) ## Architecture to build Redox for (aarch64 or x86_64)
ARCH?=x86_64 ARCH?=x86_64