diff --git a/mk/config.mk b/mk/config.mk index 058874d..73fd8ff 100644 --- a/mk/config.mk +++ b/mk/config.mk @@ -1,7 +1,7 @@ -include .config # Configuration -## Architecture to build Redox for (aarch64 or x86_64) +## Architecture to build Redox for (aarch64, i686, or x86_64) ARCH?=x86_64 ## Flags to pass to the installer (empty to download binary packages) INSTALLER_FLAGS?=--cookbook=cookbook