X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/3cc649e34c61f557da885260d5542c805e66b0d8..0d05b3d13d42f8bebc74bb5f6da7e5e10c0e9933:/Makefile

diff --git a/Makefile b/Makefile
index bbb18a9..0e925cc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,21 +2,21 @@
 # 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/$(OS)/entropy \
+	components/entropy\
 	components/hostname\
 	components/ip\
 	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: