Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
components/swap.c | move duplicated code to separate function
[slstatus.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
dee5a4b
..
00c35c4
100644
(file)
--- 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\