mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
#!/bin/bash
|
|
make -C build -j 4 && \
|
|
~/gcc-arm-none-eabi-8-2019-q3-update/bin/arm-none-eabi-gdb build/PurePhone.elf -x .gdbinit-1051
|