diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-24 20:51:21 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-24 20:51:21 +0100 |
commit | 714902e17c91200f53d0ad9a356466ee60b59d98 (patch) | |
tree | f28672f3384478b852d3319537f3860db04cc43e /Makefile | |
parent | 9455d1d0e91823f45906ae3f8b99cf9609991602 (diff) | |
download | Melon-714902e17c91200f53d0ad9a356466ee60b59d98.tar.gz Melon-714902e17c91200f53d0ad9a356466ee60b59d98.zip |
Changed some stuff about the Shell
Some applets are now externalized : cat free halt ls reboot uptime
Also added some colors
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -11,7 +11,12 @@ RamFSFiles = :/System :/System/Configuration :/System/Keymaps \ Source/Kernel/Ressources/Texts/Welcome.txt:/Welcome.txt \ Source/Applications/Shell/Shell:/Shell.app \ Source/Applications/Shell/Help.txt:/Shell-Help.txt \ - Source/Applications/Shell/Applets/rot13:/rot13 \ + Source/Applications/Shell/Applets/cat:/cat \ + Source/Applications/Shell/Applets/halt:/halt \ + Source/Applications/Shell/Applets/reboot:/reboot \ + Source/Applications/Shell/Applets/uptime:/uptime \ + Source/Applications/Shell/Applets/free:/free \ + Source/Applications/Shell/Applets/ls:/ls \ Source/Kernel/Ressources/Graphics/logo.text.cxd:/Melon-logo Files = $(Kernel) $(RamFS) |