1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 12:09:55 +00:00
morpheus/pkgs/xsetroot/build

6 lines
110 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: tinyxlib
set -x
2014-02-18 11:12:50 +00:00
cd stuff
$CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS
2014-02-20 16:10:47 +00:00
cp xsetroot "$root/bin"