all repos — slstatus @ 09c3ffe33bb128c184f40ad80860ce98867e5f9b

my build of slstatus (tools.suckless.org/slstatus/)

small Makefile tweak
Aaron Marcher info@nulltime.net
Mon, 09 Jan 2017 09:23:17 +0100
commit

09c3ffe33bb128c184f40ad80860ce98867e5f9b

parent

bb8773651843b9ca72a4f0d51df6d657772f0840

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -6,7 +6,7 @@ NAME=slstatus

all: ${NAME} -${NAME}: config.h +${NAME}: config.h config.mk ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} config.h: