X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/e046ee18f92569ca67b323757421c5e9b6637d0d..74b6e340f2be27f82b4dcfc95fab47cbc0a5843b:/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}