X-Git-Url: https://git.xinqibao.xyz/slstatus.git/blobdiff_plain/7246dc4381c6c95454672a5c1aff65a02d6d3747..f088dbfea06363a84533bb9f1a84f756c46bc3b2:/Makefile diff --git a/Makefile b/Makefile index 00c35c4..dee5a4b 100644 --- a/Makefile +++ b/Makefile @@ -2,12 +2,13 @@ # slstatus - suckless status monitor .POSIX: +include os.mk include config.mk REQ = util COM =\ - components/battery\ - components/cpu\ + components/$(OS)/battery \ + components/$(OS)/cpu \ components/datetime\ components/disk\ components/entropy\