2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/core/b3sum/build

5 lines
84 B
Plaintext
Raw Normal View History

2022-11-05 08:15:32 +00:00
#!/bin/sh -e
make LDFLAGS="$LDFLAGS -static"
2023-03-02 14:40:00 +00:00
make PREFIX=/usr DESTDIR="$1" install