commit 09c3ffe33bb128c184f40ad80860ce98867e5f9b parent bb8773651843b9ca72a4f0d51df6d657772f0840 Author: Aaron Marcher <info@nulltime.net> Date: Mon, 9 Jan 2017 09:23:17 +0100 small Makefile tweak Diffstat:
M | Makefile | | | 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: