commit 98d655c8d08eeb01a467b0eac43dfd47553fa5bb parent 99bc258586dcb1e5358a8102091c7fc6cf1c9361 Author: Aaron Marcher <info@nulltime.net> Date: Mon, 9 Jan 2017 08:24:26 +0100 Makefile: Fixes #35 Diffstat:
M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -6,6 +6,9 @@ NAME=slstatus all: ${NAME} +${NAME}: + ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} + clean: rm -f ${NAME}