2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/core/make/build
2021-07-15 12:19:19 +03:00

10 lines
98 B
Bash
Executable File

#!/bin/sh -e
export CFLAGS="$CFLAGS -static"
./configure \
--prefix=/usr
make
make install