1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-20 13:18:34 +00:00
morpheus/pkgs/tinywm/build

6 lines
110 B
Plaintext
Raw Normal View History

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