X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/3cc649e34c61f557da885260d5542c805e66b0d8..19343ff34385db441b5efc2e1a57cdd7fd95ec26:/Makefile diff --git a/Makefile b/Makefile index bbb18a9..00c35c4 100644 --- a/Makefile +++ b/Makefile @@ -2,16 +2,15 @@ # 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\