1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-25 23:28:34 +00:00
morpheus/pkgs/xsetroot

5 lines
102 B
Plaintext
Raw Normal View History

2014-02-27 12:41:37 +00:00
build: tinyxlib
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"