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