X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/864f2246b5dfeb023137d8f5ebb599e4eb6aedda..37959ca569a4bf69c6c1bbb16991cfc6d8452970:/Makefile diff --git a/Makefile b/Makefile index e1bb370..f884ae0 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ include config.mk +NAME=slstatus + SRC = ${NAME}.c OBJ = ${SRC:.c=.o}