summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexis211 <alexis211@gmail.com>2009-09-14 18:00:33 +0200
committerAlexis211 <alexis211@gmail.com>2009-09-14 18:00:33 +0200
commit6332f2561890edd654eafaeb58db16a131573319 (patch)
tree6477fc4898ee4b6045450c6304ad2a3769a4339b /Makefile
parente0d27cc75009e27502d57258cb64c71221b4b7d1 (diff)
downloadMelon-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 664900f..df31eac 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \