From c4cb32b8534610a92931d825efefd6892e8412af Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Thu, 24 Dec 2009 23:23:22 +0100 Subject: More work on shell --- Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3