create binary directory before copying

This commit is contained in:
Alessandro Mauri 2025-06-09 15:09:37 +02:00
parent bd8c73ecd5
commit 21aa70d340
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
all:
make -C thirdparty/libgrapheme
mkdir -p linux-x64
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a

View File

@ -1,4 +1,5 @@
all: thirdparty/mini-qoi/mqoi.a
mkdir -p linux-x64
cp thirdparty/mini-qoi/mqoi.a linux-x64/libmqoi.a
thirdparty/mini-qoi/mqoi.a:

View File

@ -1,3 +1,4 @@
all:
make -C thirdparty/libschrift
mkdir -p linux-x64
cp thirdparty/libschrift/libschrift.a linux-x64/libschrift.a