summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d20ad8f..4848eef 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
include config.mk
+NAME=slstatus
+
SRC = ${NAME}.c
OBJ = ${SRC:.c=.o}