From: Aaron Marcher Date: Mon, 9 Jan 2017 07:24:26 +0000 (+0100) Subject: Makefile: Fixes #35 X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=98d655c8d08eeb01a467b0eac43dfd47553fa5bb;p=suckless%2Fslstatus.git Makefile: Fixes #35 --- 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}