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

12 lines
184 B
Plaintext
Raw Normal View History

2014-02-18 11:12:50 +00:00
build() {
cd stuff
x86_64-musl-linux-gcc -I$libcroot/include -L$libcroot/lib tinywm.c -o tinywm -lX11 -static || return 1
cd -
}
install() {
cd stuff
cp tinywm $root/bin
cd -
}