diff --git a/pkgs/man b/pkgs/man index 30cd989..f3d57f3 100644 --- a/pkgs/man +++ b/pkgs/man @@ -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" diff --git a/pkgs/tinywm b/pkgs/tinywm index 0fa58e8..fb7d513 100644 --- a/pkgs/tinywm +++ b/pkgs/tinywm @@ -1,4 +1,5 @@ build: tinyxlib + set -x cd stuff $CC tinywm.c -o tinywm -lX11 $CFLAGS $LDFLAGS cp tinywm "$root/bin" diff --git a/pkgs/xsetroot b/pkgs/xsetroot index 34466d3..5b0d250 100644 --- a/pkgs/xsetroot +++ b/pkgs/xsetroot @@ -1,4 +1,5 @@ build: tinyxlib + set -x cd stuff $CC xsetroot.c -o xsetroot -lX11 $CFLAGS $LDFLAGS cp xsetroot "$root/bin"