X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/864f2246b5dfeb023137d8f5ebb599e4eb6aedda..81e8da5d90aafa533b7cbcec27559cd79e119703:/Makefile?ds=inline diff --git a/Makefile b/Makefile index e1bb370..4848eef 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ include config.mk +NAME=slstatus + SRC = ${NAME}.c OBJ = ${SRC:.c=.o} @@ -19,7 +21,7 @@ options: ${OBJ}: config.h config.mk -config.h: +config.h: config.def.h @echo creating $@ from config.def.h @cp config.def.h $@