mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 05:44:17 +08:00
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:
commit
1365b41117
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/build/
|
||||
/prefix/
|
||||
.config
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
-include .config
|
||||
|
||||
# Configuration
|
||||
## Architecture to build Redox for (aarch64 or x86_64)
|
||||
ARCH?=x86_64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user