9 lines
109 B
Bash
9 lines
109 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#
|
||
|
# This file has been copied from the PocketBook SDK.
|
||
|
#
|
||
|
|
||
|
cmake -DCMAKE_BUILD_TYPE=Release
|
||
|
make
|