1
0
Fork 0
jebbatime/scripts/jebbatime-build

16 lines
176 B
Bash
Executable File

#!/bin/bash
set -x
# Get config
. ~/.config/jebbatime.conf
cd $JEBBATIMEGITROOT
make mrproper
make clean BOARD=pinetime
make submodules
make -j`nproc` all BOARD=pinetime