mirror of
https://codeberg.org/kiss-community/repo
synced 2025-01-22 02:14:41 -07:00
5 lines
71 B
Bash
Executable File
5 lines
71 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
make LDFLAGS="$LDFLAGS -static"
|
|
make PREFIX=/usr install
|