create binary directory before copying
This commit is contained in:
parent
bd8c73ecd5
commit
21aa70d340
@ -1,3 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
make -C thirdparty/libgrapheme
|
make -C thirdparty/libgrapheme
|
||||||
|
mkdir -p linux-x64
|
||||||
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a
|
cp thirdparty/libgrapheme/libgrapheme.a linux-x64/libgrapheme.a
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
all: thirdparty/mini-qoi/mqoi.a
|
all: thirdparty/mini-qoi/mqoi.a
|
||||||
|
mkdir -p linux-x64
|
||||||
cp thirdparty/mini-qoi/mqoi.a linux-x64/libmqoi.a
|
cp thirdparty/mini-qoi/mqoi.a linux-x64/libmqoi.a
|
||||||
|
|
||||||
thirdparty/mini-qoi/mqoi.a:
|
thirdparty/mini-qoi/mqoi.a:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
all:
|
all:
|
||||||
make -C thirdparty/libschrift
|
make -C thirdparty/libschrift
|
||||||
|
mkdir -p linux-x64
|
||||||
cp thirdparty/libschrift/libschrift.a linux-x64/libschrift.a
|
cp thirdparty/libschrift/libschrift.a linux-x64/libschrift.a
|
||||||
|
Loading…
Reference in New Issue
Block a user