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