diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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) |