7 lines
98 B
Bash
Executable File
7 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PROJECT=stellaris-launchpad-test
|
|
|
|
make -j8 &&
|
|
lm4flash -v build-$PROJECT/lk.bin
|