X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/410ba38a0160da8cbcc81dddd704ae9c7f6d15e2..a1c962f8a385dc6da5ea84fe0363a3f71f342d06:/Makefile 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}