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