mirror of
git://git.suckless.org/ubase
synced 2024-12-13 02:05:29 +00:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
ubase is a set of tools similar to util-linux to complement sbase[1].
|
|
|
|
To build a statically linked version with musl:
|
|
|
|
make CC=musl-gcc LDFLAGS=-static ubase-box
|
|
|
|
[1] http://git.suckless.org/sbase
|