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 | bf0862fe559dd93e83ddbb033f68cd95433688a0 (patch) | |
tree | 59768fb95c6b7beafbe8919ed25896b1a69801a1 /Makefile | |
parent | ee271292f0470b62cd681e525adbd04ae37fda0e (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: |