X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/92ab9ef52ebcb097add97d9f78e67ad1c1d6a6ec..7873b3b1329d31e619a93cce99350a36803656d1:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 871f09d..0e925cc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,6 @@ # slstatus - suckless status monitor .POSIX: -include os.mk include config.mk REQ = util @@ -17,6 +16,7 @@ COM =\ components/kernel_release\ components/keyboard_indicators\ components/load_avg\ + components/netspeeds\ components/num_files\ components/ram\ components/run_command\ @@ -30,7 +30,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: