X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/e046ee18f92569ca67b323757421c5e9b6637d0d..2afea979877ae12226ab397355f3bf8c8e124e91:/Makefile?ds=inline 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}