6 lines
63 B
Bash
6 lines
63 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cmake -DCMAKE_BUILD_TARGET=buildroot \
|
||
|
|
..
|
||
|
|
make
|