1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-29 22:41:20 +00:00
morpheus/pkgs/tinywm

5 lines
127 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 -I"$libcroot/include" -L"$libcroot/lib" tinywm.c -o tinywm -lX11 -static
2014-02-20 16:10:47 +00:00
cp tinywm "$root/bin"