summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-12-24 23:23:22 +0100
committerAlexis211 <alexis211@gmail.com>2009-12-24 23:23:22 +0100
commitc4cb32b8534610a92931d825efefd6892e8412af (patch)
tree422755c6f7b93604823f3f4270ea6d46d0183326 /Makefile
parent714902e17c91200f53d0ad9a356466ee60b59d98 (diff)
downloadMelon-c4cb32b8534610a92931d825efefd6892e8412af.tar.gz
Melon-c4cb32b8534610a92931d825efefd6892e8412af.zip
More work on shell
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 67a1d02..1c17615 100644
--- a/Makefile
+++ b/Makefile
@@ -4,19 +4,19 @@ Projects = Kernel Library Tools/MakeRamFS Applications/Shell Applications/PaperW
Kernel = Source/Kernel/Melon.ke
RamFS = Init.rfs
-RamFSFiles = :/System :/System/Configuration :/System/Keymaps \
+RamFSFiles = :/System :/System/Configuration :/System/Keymaps :/Applets \
Source/Kernel/Ressources/Configuration/Users:/System/Configuration/Users \
Source/Kernel/Ressources/Configuration/Groups:/System/Configuration/Groups \
Source/Kernel/Ressources/Keymaps/fr.mkm:/System/Keymaps/fr.mkm \
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/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/Applications/Shell/Help.txt:/Help.txt \
+ Source/Applications/Shell/Applets/cat:/Applets/cat \
+ Source/Applications/Shell/Applets/halt:/Applets/halt \
+ Source/Applications/Shell/Applets/reboot:/Applets/reboot \
+ Source/Applications/Shell/Applets/uptime:/Applets/uptime \
+ Source/Applications/Shell/Applets/free:/Applets/free \
+ Source/Applications/Shell/Applets/ls:/Applets/ls \
Source/Kernel/Ressources/Graphics/logo.text.cxd:/Melon-logo
Files = $(Kernel) $(RamFS)