diff options
author | Quentin Rameau <quinq@fifth.space> | 2018-04-30 15:14:35 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-04-30 15:41:43 +0200 |
commit | ffbcb310a8a5947e4238fe1f18c964c1ab9fcce2 (patch) | |
tree | 3466b3479766e23fd8f2a5f03aa889c44faa7bf8 /Makefile | |
parent | b18791e62d07341f204556232290ee545fc48fe0 (diff) |
ram: OS split
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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\ |