diff options
author | Aaron Marcher <info@nulltime.net> | 2017-01-09 09:23:17 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2017-01-09 09:23:17 +0100 |
commit | 09c3ffe33bb128c184f40ad80860ce98867e5f9b (patch) | |
tree | 59768fb95c6b7beafbe8919ed25896b1a69801a1 /Makefile | |
parent | bb8773651843b9ca72a4f0d51df6d657772f0840 (diff) |
small Makefile tweak
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ NAME=slstatus all: ${NAME} -${NAME}: config.h +${NAME}: config.h config.mk ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} config.h: |