My configuration of sxmo fork of suckless dwm.

git clone git://watertao.xyz/programs/sxmo-dwm.git

commit 8920f12853192c7a285623560d699c6feb6d3f5e
parent 48b7cbba7ad37f24efd17a0c3dd85ef291a5276e
Author: Jochen Sprickerhof <git@jochen.sprickerhof.de>
Date:   Thu, 25 Feb 2021 23:53:01 +0100

Remove linking librt at the wrong location

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ config.h: cp config.def.h $@ dwm: ${OBJ} - ${CC} -lrt -o $@ ${OBJ} ${LDFLAGS} + ${CC} -o $@ ${OBJ} ${LDFLAGS} clean: rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz