uwu

hardware bitcoin wallet software and build system
git clone https://git.parazyd.org/uwu
Log | Files | Refs | README | LICENSE

commit 7fb0d92b4964c915e5d90bb8007ce5e3cd23bec6
parent d8d17bcaa513fc7c05fa5be0a467b41c86f60049
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 21 Nov 2020 19:16:05 +0100

Build in two steps rather than one.

Diffstat:
M.travis.yml | 1+
MREADME.md | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -14,4 +14,5 @@ before_script: - tar xf armv6-eabihf--glibc--bleeding-edge-2020.08-1.tar.bz2 - export PATH=$PATH:$PWD/armv6-eabihf--glibc--bleeding-edge-2020.08-1/bin script: + - make -j$(nproc) -e QEMU_ARM=/usr/bin/qemu-arm-static CROSS_COMPILE=arm-buildroot-linux-gnueabihf- all - make -j$(nproc) -e QEMU_ARM=/usr/bin/qemu-arm-static CROSS_COMPILE=arm-buildroot-linux-gnueabihf- image diff --git a/README.md b/README.md @@ -118,6 +118,7 @@ compiling uwu! To compile uwu and get the resulting cpio archive, we can issue ``` +$ make -j$(nproc) $ make -j$(nproc) image ```