Add set -x for man, tinywm and xsetroot

This commit is contained in:
sin 2014-03-05 16:59:27 +00:00
parent 06301b7a50
commit c3532d8e41
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
url="$mirror/man.tar.gz"
build: crossmusl
set -x
cd src/man
$CC -std=gnu99 -o man man.c $CFLAGS $LDFLAGS
cp man "$root/bin"

View File

@ -1,4 +1,5 @@
build: tinyxlib
set -x
cd stuff
$CC tinywm.c -o tinywm -lX11 $CFLAGS $LDFLAGS
cp tinywm "$root/bin"

View File

@ -1,4 +1,5 @@
build: tinyxlib
set -x
cd stuff
$CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS
cp xsetroot "$root/bin"