From: Aaron Marcher Date: Mon, 9 Jan 2017 07:24:26 +0000 (+0100) Subject: Makefile: Fixes #35 X-Git-Url: https://git.xinqibao.xyz/slstatus.git/commitdiff_plain/98d655c8d08eeb01a467b0eac43dfd47553fa5bb?ds=inline;hp=-c Makefile: Fixes #35 --- 98d655c8d08eeb01a467b0eac43dfd47553fa5bb diff --git a/Makefile b/Makefile index afdbcdf..38712c5 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ NAME=slstatus all: ${NAME} +${NAME}: + ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS} + clean: rm -f ${NAME}