X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/410ba38a0160da8cbcc81dddd704ae9c7f6d15e2..c0647e946ff50045eb7b479c9f05d23ef3acc2ca:/Makefile?ds=sidebyside

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}