summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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}