X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/f088dbfea06363a84533bb9f1a84f756c46bc3b2..7f91ce265ea456b3096ccba7fdbb890bcf00e225:/Makefile diff --git a/Makefile b/Makefile index dee5a4b..0e925cc 100644 --- a/Makefile +++ b/Makefile @@ -2,13 +2,12 @@ # slstatus - suckless status monitor .POSIX: -include os.mk include config.mk REQ = util COM =\ - components/$(OS)/battery \ - components/$(OS)/cpu \ + components/battery\ + components/cpu\ components/datetime\ components/disk\ components/entropy\ @@ -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: