diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-14 18:00:33 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-14 18:00:33 +0200 |
commit | 6332f2561890edd654eafaeb58db16a131573319 (patch) | |
tree | 6477fc4898ee4b6045450c6304ad2a3769a4339b /Makefile | |
parent | e0d27cc75009e27502d57258cb64c71221b4b7d1 (diff) | |
download | Melon-6332f2561890edd654eafaeb58db16a131573319.tar.gz Melon-6332f2561890edd654eafaeb58db16a131573319.zip |
Added a few commands to kernel shell (rm && mkdir).
Also fixed a bug in VFS::remove.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ Floppy = Melon.img Projects = Kernel Tools/MakeRamFS RamFS = Init.rfs -RamFSFiles = :/System :/System/Applications Source/Kernel/Ressources/Welcome.txt:/Welcome.txt :/System/Configuration +RamFSFiles = :/System :/System/Applications Source/Kernel/Ressources/Welcome.txt:/Welcome.txt :/System/Configuration :/Useless Source/Kernel/Ressources/Info.txt:/Useless/Info.txt Source/Kernel/Ressources/logo.cd:/Useless/Melon-logo all: for p in $(Projects); do \ |