mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -07:00
4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
make ALL_LIBS=libnl-tiny.a DESTDIR="$1" prefix=/usr install
|