1
0
Fork 0
jebbatime/scripts/jebbatime-build

16 lines
166 B
Plaintext
Raw Normal View History

2021-06-12 14:49:08 -06:00
#!/bin/bash
set -x
2021-06-12 15:26:47 -06:00
# Get config
. ~/.config/jebbatime.conf
2021-06-12 14:49:08 -06:00
cd $JEBBATIMEGITROOT
make mrproper
make clean BOARD=pinetime
make submodules
make all BOARD=pinetime