1
0
Fork 0
jebbatime/scripts/jebbatime-build

13 lines
125 B
Bash
Executable File

#!/bin/bash
set -x
cd $JEBBATIMEGITROOT
make mrproper
make clean BOARD=pinetime
make submodules
make all BOARD=pinetime