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}