5 lines
122 B
Makefile
5 lines
122 B
Makefile
all:
|
|
make -C thirdparty/libgrapheme
|
|
mkdir -p linux-x64
|
|
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a
|