diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-26 12:34:27 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-26 12:34:27 +0100 |
commit | f2ccc0eaa3db7366787e2fa76ae52554e93b71f1 (patch) | |
tree | ec6f4ec10f5f710d8fd23ecef7e36967d89435ac /Makefile | |
parent | 6994f34953fac9462e899d0b2c7af64e21c92a1e (diff) | |
download | Melon-f2ccc0eaa3db7366787e2fa76ae52554e93b71f1.tar.gz Melon-f2ccc0eaa3db7366787e2fa76ae52554e93b71f1.zip |
More work on the same stuff, all shell aplets are now external bins
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ RamFSFiles = :/System :/System/Configuration :/System/Keymaps :/Applets \ Source/Applications/Shell/Applets/uptime:/Applets/uptime \ Source/Applications/Shell/Applets/free:/Applets/free \ Source/Applications/Shell/Applets/ls:/Applets/ls \ + Source/Applications/Shell/Applets/rm:/Applets/rm \ + Source/Applications/Shell/Applets/mkdir:/Applets/mkdir \ Source/Applications/Shell/Applets/pwd:/Applets/pwd \ Source/Applications/Demos/GOL:/GOL.app \ Source/Kernel/Ressources/Graphics/logo.text.cxd:/Melon-logo |