slstatus

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.beauhilton.com/slstatus.git
Log | Files | Refs | README | LICENSE

commit 09c3ffe33bb128c184f40ad80860ce98867e5f9b
parent bb8773651843b9ca72a4f0d51df6d657772f0840
Author: Aaron Marcher <info@nulltime.net>
Date:   Mon,  9 Jan 2017 09:23:17 +0100

small Makefile tweak

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

diff --git a/Makefile b/Makefile @@ -6,7 +6,7 @@ NAME=slstatus all: ${NAME} -${NAME}: config.h +${NAME}: config.h config.mk ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} config.h: