X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/42edfea89a47cbf0623d1aaf5673a4e5ca79fb52..682c0fedde04fe6713539726494ec2db67ba5d2a:/Makefile diff --git a/Makefile b/Makefile index 00c35c4..b2b75b4 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,9 @@ COM =\ components/ip\ components/kernel_release\ components/keyboard_indicators\ + components/keymap\ components/load_avg\ + components/netspeeds\ components/num_files\ components/ram\ components/run_command\ @@ -29,7 +31,7 @@ COM =\ all: slstatus slstatus: slstatus.o $(COM:=.o) $(REQ:=.o) -slstatus.o: slstatus.c slstatus.h arg.h config.h $(REQ:=.h) +slstatus.o: slstatus.c slstatus.h arg.h config.h config.mk $(REQ:=.h) $(COM:=.o): config.mk $(REQ:=.h) config.h: