kiss-mfavila-large/ports/zstd-lto/build

16 lines
163 B
Plaintext
Raw Normal View History

2021-05-20 00:33:40 +00:00
#!/bin/sh -e
(
cd programs
make zstd-pgo
make DESTDIR="$1" PREFIX=/usr install
)
(
cd lib
make
make DESTDIR="$1" PREFIX=/usr install
)