summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2018-04-30 15:14:35 +0200
committerAaron Marcher <me@drkhsh.at>2018-04-30 15:41:43 +0200
commit259e106b4fbdca3df8dd660f70edf0585f14b6f6 (patch)
tree3466b3479766e23fd8f2a5f03aa889c44faa7bf8 /Makefile
parent3cc649e34c61f557da885260d5542c805e66b0d8 (diff)
ram: OS split
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bbb18a9..99d10c5 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ COM =\
components/keyboard_indicators\
components/load_avg\
components/num_files\
- components/ram\
+ components/$(OS)/ram \
components/run_command\
components/swap\
components/temperature\