1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-30 21:41:23 +00:00
morpheus/pkgs/xsetroot

6 lines
110 B
Plaintext

build: tinyxlib
set -x
cd stuff
$CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS
cp xsetroot "$root/bin"